Metadata-Version: 2.1
Name: certbot-beget-plugin
Version: 1.0.0.dev9
Summary: Beget DNS plugin for Certbot
Home-page: https://github.com/Medan-rfz/certbot-beget-plugin
Author: Medan-rfz
License: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certbot

# Beget DNS Authenticator plugin for Certbot

---

## Credentials

```ini
# Beget API token used by Certbot
beget_plugin_username = username
beget_plugin_password = password 
```

## Examples

```bash
certbot certonly --authenticator beget-plugin \
    --beget-plugin-credentials ~/.secrets/certbot/beget.ini \
    -d domain.com -d *.domain.com
```

```bash
certbot certonly --authenticator beget-plugin \
    --beget-plugin-credentials ~/.secrets/certbot/beget.ini \
    -d xxx.yyy.domain.com -d *.yyy.domain.com
```
