To make .pem file from SSL certificate, run cat yourdomain.key yourdomain.crt yourdomain.ca-bundle > yourdomain.pem Here is … Create SSL pem fileRead more
SSL
Nginx Proxy SSL Verification
When using Nginx as a reverse proxy, you may need to handle SSL verification requests. Passing … Nginx Proxy SSL VerificationRead more
Purchase SSL
Here are some cheap SSL providers
Convert SSL certificate into PFX format
To convert SSL certficiate into PFX format, run openssl pkcs12 -export -out certificate.pfx -inkey private-key.key -in … Convert SSL certificate into PFX formatRead more
Remove SSL private key password
To remove password from SSL private key, run openssl rsa -in PASSWORD_PROTECTED.key -out NO_PASSWORD.key This will … Remove SSL private key passwordRead more
Delete LetsEncrypt SSL certficate
To list all available LetsEncrypt SSL certficates, run certbot certificates To delete a certificate, run certbot … Delete LetsEncrypt SSL certficateRead more
View SSL certficate Details
To view certificate details openssl x509 -text -noout -in SSL_FILE.crt For web server openssl s_client -showcerts … View SSL certficate DetailsRead more
Change Email address of LetsEncrypt SSL
To change email address of LetsEncrypt SSL certficate account, run certbot update_account –email you@your-domain.com
Install LetsEncrypt in CentOS 7
certbot deprecated support for CentOS 7, so new version of certbot-auto script won’t work on CentOS … Install LetsEncrypt in CentOS 7Read more
Enable SSL for a site in EasyEngine
To enable LetsEncrypt SSL for a web site hosted in EasyEngine server, run ee site update … Enable SSL for a site in EasyEngineRead more