mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
bw - use ed5519 key instead of rsa for default/fallback certificates
This commit is contained in:
parent
1f488f956e
commit
f5398206b8
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ try:
|
|||
"-nodes",
|
||||
"-x509",
|
||||
"-newkey",
|
||||
"rsa:4096",
|
||||
"ed25519",
|
||||
"-keyout",
|
||||
str(cert_path.joinpath("cert.key")),
|
||||
"-out",
|
||||
|
|
|
|||
Loading…
Reference in a new issue