mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 16:03:38 +00:00
20 lines
588 B
Markdown
20 lines
588 B
Markdown
# certbot-dns-plugins
|
|
|
|
This file contains info about available Certbot DNS plugins.
|
|
This only works for plugins which use the standard argument structure, so:
|
|
--authenticator <plugin-name> --<plugin-name>-credentials <FILE> --<plugin-name>-propagation-seconds <number>
|
|
|
|
File Structure:
|
|
|
|
```json
|
|
{
|
|
"cloudflare": {
|
|
"name": "Name displayed to the user",
|
|
"package_name": "Package name in PyPi repo",
|
|
"credentials": "Template of the credentials file",
|
|
"full_plugin_name": "The full plugin name as used in the commandline with certbot, e.g. 'dns-cloudflare'"
|
|
},
|
|
...
|
|
}
|
|
```
|