mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-08-01 19:06:08 -04:00
Update cpanel and gandi dns plugin handling.
Minor adjustments to init logic.
This commit is contained in:
parent
e2d02de457
commit
3fb6e3f54d
6 changed files with 23 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
# Instructions: https://github.com/badjware/certbot-dns-cpanel#credentials
|
||||
# Replace with your values
|
||||
# include the scheme and the port number (usually 2083 for https)
|
||||
certbot_dns_cpanel:cpanel_url = https://cpanel.example.com:2083
|
||||
certbot_dns_cpanel:cpanel_username = username
|
||||
certbot_dns_cpanel:cpanel_password = 1234567890abcdef
|
||||
dns_cpanel_url = https://cpanel.example.com:2083
|
||||
dns_cpanel_username = username
|
||||
dns_cpanel_password = 1234567890abcdef
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# Instructions: https://github.com/obynio/certbot-plugin-gandi#usage
|
||||
# Replace with your value
|
||||
certbot_plugin_gandi:dns_api_key=APIKEY
|
||||
# live dns v5 api key
|
||||
dns_gandi_api_key=APIKEY
|
||||
|
||||
# optional organization id, remove it if not used
|
||||
#dns_gandi_sharing_id=SHARINGID
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
Instructions: https://github.com/Infomaniak/certbot-dns-infomaniak#via-ini-file
|
||||
# Instructions: https://github.com/Infomaniak/certbot-dns-infomaniak#via-ini-file
|
||||
# Replace with your values
|
||||
dns_infomaniak_token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue