mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
6 lines
402 B
INI
6 lines
402 B
INI
# Instructions: https://readthedocs.org/projects/certbot-dns-transip/
|
|
# Convert the key to an RSA key (openssl rsa -in transip.key -out transip-rsa.key)
|
|
# Place .key-file in the same directory as this file. Location "/config/dns-conf" is from within the container
|
|
|
|
certbot_dns_transip:dns_transip_username = <transip_username>
|
|
certbot_dns_transip:dns_transip_key_file = /config/dns-conf/transip-rsa.key |