Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

certbot renew

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #certbot #renew
ADD COMMENT
Topic
Name
5+7 =