certbot

SSL Certficate

Install certbot Certbot commands Certbot SSL for Applications Install certbot OR Install SSL certificate on Apache On Nginx This will stop web server. Generate SSL, then start web server. Getting SSL with out installing Getting SSL with out web server Domain should be pointed to the server IP and IP should be public to generate … Read more

certbot certificates

To list all letsencrypt SSL certificates, run certbot certificates Example root@ok:~# certbot certificates Saving debug log to /var/log/letsencrypt/letsencrypt.log Revocation status for /etc/letsencrypt/live/boby.hosthat.com/cert.pem is unknown ——————————————————————————- Found the following certs: Certificate Name: boby.hosthat.com Domains: boby.hosthat.com Expiry Date: 2017-06-11 15:10:00+00:00 (INVALID: EXPIRED) Certificate Path: /etc/letsencrypt/live/boby.hosthat.com/fullchain.pem Private Key Path: /etc/letsencrypt/live/boby.hosthat.com/privkey.pem Certificate Name: img.serverok.in Domains: img.serverok.in Expiry Date: 2018-05-02 … Read more