bw - use ed5519 key instead of rsa for default/fallback certificates

This commit is contained in:
fl0ppy-d1sk 2024-02-27 14:26:07 +01:00
parent 1f488f956e
commit f5398206b8
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -39,7 +39,7 @@ try:
"-nodes",
"-x509",
"-newkey",
"rsa:4096",
"ed25519",
"-keyout",
str(cert_path.joinpath("cert.key")),
"-out",