Automating DNS authentication

We have created an integration plugin for Certbot. You can get it with ‘pip’:
pip install certbot-external-auth

Detailed instructions as well as examples can be found at Enigma Bridge’s repository:
https://github.com/EnigmaBridge/certbot-external-auth

The plugin provides integration that simplifies and allows automating verification of domain control and certificate installation. It has been primarily created and tested with Dehydrated (former letsencrypt.py). However, it supports all existing verification methods: DNS, HTTP and TLS-SNI, in their current versions “01”.

We have also published a blog post explaining the whole process of domain control verification and certificate issuance: Certbot and Letsencrypt – Domain Verification

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.