Certbot - Letsencrypt
Enable repo and install the package
root$ |
sudo yum install epel-release |
root$ |
|
Create the certificates for your domain and sub-domains
root$ |
|
Create a cronjob
Execute
root$ |
|
and include this line:
0 2 * * 1 /usr/bin/certbot renew >> /var/log/le-renew.log
References
Original guide for the letsencrypt - certbot installation on Centos 7.
https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-centos-7
Kommentare