Skip to content

Certbot plugin to obtain LetsEncrypt certificates for MCHost24 Domains using the DNS challenge

License

Notifications You must be signed in to change notification settings

JoeJoeTV/certbot-dns-mchost24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCHost24 Certbot DNS Authentication Plugin

A plugin for certbot that enables performing DNS validation using the MCHost24 API.

Usage

  1. Obtain an MCHost24 API token (e.g. using the cli tool of the mchost24 module found here)
  2. Install the plugin
  3. Create a mchost24.ini config file that contains the mchost24_dns_api_token key with the value set to the previously obtained API token:
    # MCHost24 API token
    mchost24_dns_api_token=<insert obtained API token here>
  4. Run certbot and tell it to use the plugin to perform dns authentication and the config file:
    certbot certonly --authenticator dns-mchost24 --dns-mchost24-credentials /etc/letsencrypt/mchost24/mchost24.ini -d domain.com

Requirements

Requires the MCHost24 API python module, which can be found here.

About

Certbot plugin to obtain LetsEncrypt certificates for MCHost24 Domains using the DNS challenge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages