We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35300ef + 1117831 commit 1136adeCopy full SHA for 1136ade
1 file changed
deploy/kubernetes/secret.yaml
@@ -70,6 +70,7 @@ stringData:
70
use_ssl = False # enables connection via API-SSL servis
71
no_ssl_certificate = False # enables API_SSL connect without router SSL certificate
72
ssl_certificate_verify = False # turns SSL certificate verification on / off
73
+ ssl_ca_file = "" # path to the certificate authority file to validate against, leave empty to use system store
74
plaintext_login = True # for legacy RouterOS versions below 6.43 use False
75
76
health = True # System Health metrics
0 commit comments