bump the key size a little

on fedora with libretls (running on top of openssl) it won't open the
key otherwise.
This commit is contained in:
Omar Polo 2021-01-23 17:42:04 +00:00
parent c6b9ddecf6
commit 2349b02b26
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ key.pem: cert.pem
# are quicker to generate. DON'T DO THIS AT HOME.
cert.pem:
printf ".\n.\n.\n.\n.\nlocalhost\n.\n" | \
openssl req -x509 -newkey rsa:1024 \
openssl req -x509 -newkey rsa:2048 \
-keyout key.pem \
-out cert.pem \
-days 365 -nodes