cd /root/lets-encrypt/ wget https://svn.ichiayi.com/opensvn/opentrysoft/certbot/authenticator.sh chmod a+x authenticator.sh
cd /root/lets-encrypt/ wget https://svn.ichiayi.com/opensvn/opentrysoft/certbot/cleanup.sh chmod a+x cleanup.sh
: API_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" EMAIL="[email protected]" ZONE_ID="xxxxxxxxxxxxxxx" :
/root/lets-encrypt/certbot-auto certonly --manual --preferred-challenges=dns --manual-auth-hook /root/lets-encrypt/authenticator.sh --manual-cleanup-hook /root/lets-encrypt/cleanup.sh -d erp.ichiayi.com
vi /root/lets-encrypt/renewcert.sh
/root/lets-encrypt/certbot-auto renew --preferred-challenges=dns --manual-auth-hook /root/lets-encrypt/authenticator.sh --manual-cleanup-hook /root/lets-encrypt/cleanup.sh --agree-tos
chmod a+x /root/lets-encrypt/renewcert.sh
vi /etc/crontab
: # erp.ichiayi.com SSL cert auto renew 30 4 * * * root /root/lets-encrypt/renewcert.sh > /tmp/certrenew.log
service crond restart