Certbot - Letsencrypt

Enable repo and install the package

root$

sudo yum install epel-release

root$

yum install python2-certbot-apache

Create the certificates for your domain and sub-domains

root$

certbot --apache -d your-domain.com -d www.your-domain.com -d server.your-domain.com -d cloud.your-domain.com

Create a cronjob

Execute

root$

sudo crontab -e

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

Was ist die Summe aus 9 und 9?