6
我想設置我的nginx和django能夠更新證書。 但不順心的事與我的根目錄,插件letsencrypt django webroot
在nginx的:
location ~ /.well-known {
allow all;
}
但是當我運行更新命令:
./letsencrypt-auto certonly -a webroot --agree-tos --renew-by-default --webroot-path=/home/sult/huppels -d huppels.nl -d www.huppels.nl
但是似乎證書續期想要檢索從我的服務器文件導致我收到以下錯誤。
服務器報告了以下錯誤:
失敗的授權程序。 www.huppels.nl(http-01):urn:acme:error:未授權::客戶端缺少足夠的授權:: http://www.huppels.nl/.well-known/acme-challenge/some_long_hash [51.254.101.239]:400
如何使nginx或Django?