mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-20 14:12:55 +00:00
Fixed typos and added test secrets
This commit is contained in:
parent
c6ed7b17b1
commit
1bc3fee3f4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user