standalone/webroot 和email/agree-tos
军哥,Let's Encrypt生成证书的命令好像好多,下面都是:
./certbot-auto certonly --standalone --email admin@example.com -d example.com -d www.example.com -d other.example.net(官网上的)
./certbot-auto certonly --email admin@vpser.net --agree-tos --webroot -w /home/wwwroot/www.vpser.net -d www.vpser.net (军哥的)
./certbot-auto certonly --standalone --agree-tos --email $Admin_Email -d $domain $moredomainame_D --pre-hook "service $S stop" --post-hook "service $S start" (其他的例示意)
我想知道:
standalone/webroot
email/agree-tos
其中如何选择和运用呢? 你可以自己加上一个参数减去一个参数看看区别,具体参数说明 --help 应该有
页:
[1]