Remove ASN.1 DER structure from DKIM ED25519 public keys

This commit is contained in:
mdecimus
2024-04-10 12:37:48 +02:00
parent afaa867b46
commit e8205a27ca
2 changed files with 9 additions and 22 deletions

View File

@@ -293,7 +293,7 @@ fn quickstart(path: impl Into<PathBuf>) {
}
}
let admin_pass = std::env::var("STALWART_INITIAL_ADMIN_PASSWORD").unwrap_or_else(|_| {
let admin_pass = std::env::var("STALWART_ADMIN_PASSWORD").unwrap_or_else(|_| {
thread_rng()
.sample_iter(Alphanumeric)
.take(10)