按照这里的简单说明(Debian 7 Wheezy with Nginx 1.8.x) https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-14-04
./letsencrypt-auto certonly -a webroot --webroot-path=/var/www/html -d sub.domain.com
我看到它创建文件夹.well_known
(在/ var / www / html下),但是它没有创建acme-challenge
文件夹(以及它下面的实际文件)所以在http回发上,我我得到The client lacks sufficient authorization
,因为该文件不存在
我如何试图找出它为什么不能创建
/var/www/html/.well_known/acme-challenge/file
文件?
谢谢, 克里斯