12 lines
489 B
Plaintext
12 lines
489 B
Plaintext
|
|
# Certbot dns-cloudns: credentials for ClouDNS API
|
||
|
|
# Copy to ~/.secrets/certbot/cloudns.ini or use output of print-cloudns-credentials-from-env.sh
|
||
|
|
# Paste into NPMplus: Add TLS Certificate → DNS Challenge → ClouDNS → Credentials File Content
|
||
|
|
# See: https://www.cloudns.net/api-settings/
|
||
|
|
|
||
|
|
dns_cloudns_auth_id=1234
|
||
|
|
dns_cloudns_auth_password=your-cloudns-api-password
|
||
|
|
|
||
|
|
# Optional: use sub-account (one of the two below)
|
||
|
|
# dns_cloudns_sub_auth_id=1234
|
||
|
|
# dns_cloudns_sub_auth_user=foobar
|