Certbot - Install SSL
Install with Certbot
PS> certbot -d example.com -m admin@example.com --agree-tos --webrootPS> cd "C:\Program Files\OpenSSL-Win64\bin"PS> .\openssl.exe pkcs12 -export -out C:\Certbot\live\example.com\certificate.pfx -inkey C:\Certbot\live\example.com\privkey.pem -in C:\Certbot\live\example.com\fullchain.pem

Last updated