From 1bc3fee3f4ae97f1b0333a51d261b6a4c9b9716b Mon Sep 17 00:00:00 2001 From: tweemeterjop Date: Wed, 23 Nov 2022 14:08:57 +0100 Subject: [PATCH] Fixed typos and added test secrets --- dnsapi/dns_transip.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dnsapi/dns_transip.sh b/dnsapi/dns_transip.sh index b682bca3..ff2c69f7 100644 --- a/dnsapi/dns_transip.sh +++ b/dnsapi/dns_transip.sh @@ -5,7 +5,10 @@ TRANSIP_Token_Expiration="30 minutes" # You can't reuse a label token, so we leave this empty normally TRANSIP_Token_Label="" -# One of the following two evironment variables is required: +# The authentication to the TransIP API requires a usename and RSA private key. +# Please set the transip username environment variable: +# - TRANSIP_Username: The username of the transip API account +# In addition to the username one of the following two environment variables is required: # - TRANSIP_Key_File: Path to a file containing the private key in PEM format; or # - TRANSIP_Key : The private key in PEM format