Remove ASN.1 DER structure from DKIM ED25519 public keys
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user