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 3fbac63 commit 20d2536Copy full SHA for 20d2536
data/templates/ocserv/ocserv_config.j2
@@ -31,8 +31,8 @@ auth = "plain[otp=/run/ocserv/users.oath]"
31
auth = "plain[/run/ocserv/ocpasswd]"
32
{% endif %}
33
{% elif "cert" in authentication.mode %}
34
-auth = "certificate"
35
-cert-user-oid = authentication.mode.cert
+auth = certificate
+cert-user-oid = {{ authentication.mode.cert }}
36
{% else %}
37
38
0 commit comments