commit 2349b02b261cabf5a95215f24550c454712066f6 from: Omar Polo date: Sat Jan 23 17:42:04 2021 UTC bump the key size a little on fedora with libretls (running on top of openssl) it won't open the key otherwise. commit - c6b9ddecf62dece7c5bcca3b9ab8a96a3aecadaf commit + 2349b02b261cabf5a95215f24550c454712066f6 blob - f14b0fa6b92abb3152c6cf2e612b9d82636ad8f9 blob + a7b693cab502ae51c50c54ac4e50700a42cfd88b --- regress/Makefile +++ regress/Makefile @@ -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