https://github.com/domainoffensive/certbot-dns-domainoffensive
Domain-Offensive DNS Authenticator plugin for Certbot
https://github.com/domainoffensive/certbot-dns-domainoffensive
acme certbot certbot-dns-plugin domain-offensive domainoffensive
Last synced: 5 months ago
JSON representation
Domain-Offensive DNS Authenticator plugin for Certbot
- Host: GitHub
- URL: https://github.com/domainoffensive/certbot-dns-domainoffensive
- Owner: domainoffensive
- License: other
- Fork: true (georgeto/certbot-dns-do)
- Created: 2022-10-11T08:48:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T09:14:41.000Z (over 2 years ago)
- Last Synced: 2026-01-04T21:55:45.396Z (5 months ago)
- Topics: acme, certbot, certbot-dns-plugin, domain-offensive, domainoffensive
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Domain-Offensive DNS Authenticator plugin for Certbot
## Installation
```shell
pip install certbot certbot-dns-domainoffensive
```
You can use ```certbot plugins --text``` to verify that the plugin has been installed.
```
$ certbot plugins --text
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* dns-domainoffensive
Description: Obtain certificates using a DNS TXT record (if you are using
Domain-Offensive for DNS).
Interfaces: IAuthenticator, IPlugin
Entry point: dns-domainoffensive =
certbot_dns_domainoffensive.dns_domainoffensive:Authenticator
...
```
## Configuration
Create a file with your account token in the following format:
```
$ cat /etc/certbot_credentials.ini
dns_domainoffensive_api_token = 02pAPacMv1yNnUzSDR75
```
## Generate a certificate
```shell
certbot certonly --authenticator dns-domainoffensive --dns-domainoffensive-credentials /etc/certbot_credentials.ini --agree-tos -m email@example.de -d *.yourDomain.de
```
## Further information
More detailed explanations and further details on using Certbot can be found on the official website: https://certbot.eff.org/