You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone's reference , I ran into an issue similar to this where the rsa key size argument is too small when generating the dummy certificates to boot up nginx
error:
SSL routines:SSL_CTX_use_certificate:ee key too small
I had to change rsa:1024 to rsa:4096 to get it to work.
Could potentially use the same rsa_key_size variable in the script as well
The text was updated successfully, but these errors were encountered:
5h44n
changed the title
dummy certificates keySize too small in init-letsencrypt.sh
Dummy certificates keySize too small in init-letsencrypt.shJul 20, 2022
5h44n
changed the title
Dummy certificates keySize too small in init-letsencrypt.sh
Dummy certificates key size too small in init-letsencrypt.shJul 21, 2022
This repo was a huge help, thanks 🚀 💯
For anyone's reference , I ran into an issue similar to this where the rsa key size argument is too small when generating the dummy certificates to boot up
nginx
error:
in this command
I had to change
rsa:1024
torsa:4096
to get it to work.Could potentially use the same
rsa_key_size
variable in the script as wellThe text was updated successfully, but these errors were encountered: