Skip to content

mclendon99/certbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certbot scripts

A collection of bash scripts to manage certificates generated by certbot. Bash is required as the scripts use the [[ operator.

The certbot.conf file is of the form:

GDDOMAIN=\'Replace with your domain name (just the domain part - not the host part).\'

Note that the quotes must be escaped with a backslash. An example certbot.conf.example file is included in the repository.

The configuration items can also be read from the environment. The config file items override the environment entries.

The following scripts are supplied:

  • generate-cert.sh - invoke certbot to generate a manual certificate. Use the ddns/ddns-acme.sh script to respond to the challenges.
  • certbot-tar.sh - Generate a tarball with all the certbot generated information. Useful for putting the certificates onto another system. The script takes no arguments.

About

Scripts to manage certbot certificates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages