Skip to content

panpansh/certbot.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

certbot.sh

curl --url https://raw.githubusercontent.com/panpansh/certbot.sh/master/certbot.sh --output ~/certbot.sh
chmod +x ~/certbot.sh

change certbot.sh to match your needs :

certbot_mail_address=""
# note: for standalone set certbot_nginx and certbot_apache var to false
certbot_nginx="false"
certbot_apache="false"
# First start with the dev api of letsencrypt (default value)
# When you get congratulations from letsencrypt you can start using prod servers
certbot_server="${certbot_prod_server}"

You are welcome to make changes.

About

Debian certbot install configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages