📅  最后修改于: 2022-03-11 14:51:47.765000             🧑  作者: Mango
certbot --apache certonly -n -d example.com
# --apache for apache server, use --nginx flag for nginx server
# -n option execute the command without prompt
# -d domain1.com to execute only for domain1.com