10-24-2018, 11:24 PM
Want to make a suggestion to make the security better, Instead of
Use this, agrees to ToS, emails you when its about to expire and expand the key size to 4096 to better protection
Good luck
Code: (Select All)
./certbot-auto certonly --server https://acme-v02.api.letsencrypt.org/directory --manual --preferred-challenges dns -d *.yourdomain.ext -d yourdomain.extUse this, agrees to ToS, emails you when its about to expire and expand the key size to 4096 to better protection
Code: (Select All)
./certbot-auto certonly --server https://acme-v02.api.letsencrypt.org/directory --manual --agree-tos --email [email protected] --rsa-key-size 4096 --preferred-challenges dns -d *.yourdomain.ext -d yourdomain.extGood luck
