ocserv: only support certificate auth for clients
This commit is contained in:
parent
f9f899fb2e
commit
6e72987863
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ isolate-workers = true
|
||||||
tls-priorities = NORMAL:-VERS-TLS1.0:-VERS-TLS1.1
|
tls-priorities = NORMAL:-VERS-TLS1.0:-VERS-TLS1.1
|
||||||
|
|
||||||
auth = certificate
|
auth = certificate
|
||||||
|
enable-auth = certificate
|
||||||
ca-cert = /etc/ocserv/ca.crt
|
ca-cert = /etc/ocserv/ca.crt
|
||||||
cert-user-oid = 2.5.4.3
|
cert-user-oid = 2.5.4.3
|
||||||
cert-group-oid = 2.5.4.11
|
cert-group-oid = 2.5.4.11
|
||||||
|
|
Loading…
Reference in a new issue