CentOS 安装 letsencrypt

2018-10-13 14:45:23 阅读:3 编辑
yum install certbot

pip install --upgrade --force-reinstall 'requests==2.6.0' urllib3

certbot certonly --webroot -w /usr/share/nginx/HTML/Git -d git.xmyunce.com

Starting new HTTPS connection (1): supporters.eff.org Obtaining a new certificate Performing the following challenges: http-01 challenge for git.xmyunce.com Using the webroot path /usr/share/nginx/HTML/Git for all unmatched domains. Waiting for verification... Cleaning up challenges Failed authorization procedure. git.xmyunce.com (http-01): urn:ietf:params:acme:error:dns :: DNS problem: SERVFAIL looking up CAA for git.xmyunce.com

IMPORTANT NOTES:

https://fairy.live/?p=492 http://diamondfsd.com/lets-encrytp-hand-https/