我是Let's Encrypt证书的新手.我按照此命令在digitalocean.com上为nginx服务器注册了我的域名
cd/opt/letsencrypt ./letsencrypt-auto certonly -a webroot --webroot-path = / usr/share/nginx/html -d mydomain.com -d www.mydomain.com
它工作正常.然后,我改变了我的根目录路径,以在/ var/WWW/XXX我的域.现在当我试图更新我的letsencrypt证书时,它正在收到错误.然后我回滚我的webroot路径,再试一次,续订工作完美.现在我的问题是如何更改我的注册webroot-path for Let's Encrypt?