From 90636e8424a2a2e5515444669c6e177cbde95c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0uvada?= Date: Sun, 9 Oct 2022 17:08:32 +0200 Subject: [PATCH] Update sample configuration --- letsencrypt-routeros.settings | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/letsencrypt-routeros.settings b/letsencrypt-routeros.settings index 5bb344e..d92b889 100644 --- a/letsencrypt-routeros.settings +++ b/letsencrypt-routeros.settings @@ -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