LetsEncrypt Configuration
Configure
yum install epel-release
yum install certbot
certbot certonly --webroot -w /var/www/crossdm.com -d crossdm.com -d www.crossdm.com -w /var/www/charity.crossdm.com -d charity.crossdm.com -w /var/www/beta.crossdm.com -d beta.crossdm.com -w /var/www/ianculovici.com -d ianculovici.com
[root@cloud certs]# certbot certonly --webroot -w /var/www/crossdm.com -d crossdm.com
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at
/etc/letsencrypt/live/crossdm.com/fullchain.pem. Your cert will
expire on 2016-11-23. To obtain a new or tweaked version of this
certificate in the future, simply run certbot again. To
non-interactively renew *all* of your certificates, run "certbot
renew"
- If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
certbot renew --dry-run # to test renewal
-------------------------------------------------------------------------------
Processing /etc/letsencrypt/renewal/crossdm.com.conf
-------------------------------------------------------------------------------
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates below have not been saved.)
Congratulations, all renewals succeeded. The following certs have been renewed:
/etc/letsencrypt/live/crossdm.com/fullchain.pem (success)
** DRY RUN: simulating 'certbot renew' close to cert expiry
** (The test certificates above have not been saved.)
IMPORTANT NOTES:
- Your account credentials have been saved in your Certbot
configuration directory at /etc/letsencrypt. You should make a
secure backup of this folder now. This configuration directory will
also contain certificates and private keys obtained by Certbot so
making regular backups of this folder is ideal.
certbot renew --quiet
https://certbot.eff.org/#centosrhel7-nginx