We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d2536 commit 6f88f05Copy full SHA for 6f88f05
data/templates/ocserv/ocserv_config.j2
@@ -31,7 +31,7 @@ auth = "plain[otp=/run/ocserv/users.oath]"
31
auth = "plain[/run/ocserv/ocpasswd]"
32
{% endif %}
33
{% elif "cert" in authentication.mode %}
34
-auth = certificate
+auth = "certificate"
35
cert-user-oid = {{ authentication.mode.cert }}
36
{% else %}
37
0 commit comments