Skip to content

technatelogy/name.com-authhooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Name.com Authooks

Simple Certbot DNS manual auth hooks for name.com dns-01 challenge to allow for automatic renewal/creation of wildcard certificates. This was created/adapted from the example at https://eff-certbot.readthedocs.io/en/stable/using.html#hooks.

How to use?

  1. Clone the repo.
  2. Generate an API token to use on name.com
  3. Fill credentials in both files.

Example:

 certbot certonly \
 --manual
 --preferred-challenges=dns \
 --manual-auth-hook /path/to/repo/dns-auth.sh \
 --manual-cleanup-hook /path/to/repo/dns-cleanup.sh \
 -d yourdomain.com \
 -d *.yourdomain.com

About

Certbot DNS authhooks for name.com

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages