Update sample configuration

This commit is contained in:
Miroslav Šuvada 2022-10-09 17:08:32 +02:00
parent f47ee5855f
commit 90636e8424

View File

@ -7,3 +7,10 @@ ROUTEROS_HOST=10.0.254.254
ROUTEROS_SSH_PORT=22
ROUTEROS_PRIVATE_KEY=/opt/letsencrypt-routeros/id_rsa
DOMAIN=vpnserver.yourdomain.com
## Uncomment this to specify array of services that will be setup
## If not specified certificate is installed to (SSTP WWW API)
#SETUP_SERVICES=(WWW API)
## Uncomment this to disable StrictHostKeyChecking (default yes)
#SSH_STRICT_KEY_CHECKING=no
## Uncomment this to specify PubkeyAcceptedAlgorithms (default ssh-rsa,ssh-dsa)
#SSH_ACCEPTED_ALGORITHMS=ssh-dsa