mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 03:40:17 +00:00
Added OPTIONAL support for duplicate certificates
Previous commits removed the duplicate cn option all together, this adds a comment to inform users of their options/choice.
This commit is contained in:
parent
9749257e08
commit
3e042ef6ef
1 changed files with 3 additions and 0 deletions
|
@ -31,4 +31,7 @@ status /var/log/openvpn-status.log 20
|
||||||
status-version 3
|
status-version 3
|
||||||
syslog
|
syslog
|
||||||
verb 3
|
verb 3
|
||||||
|
#DuplicateCNs allow access control on a less-granular, per user basis.
|
||||||
|
#Remove # if you will manage access by user instead of device.
|
||||||
|
#duplicate-cn
|
||||||
# Generated for use by PiVPN.io
|
# Generated for use by PiVPN.io
|
||||||
|
|
Loading…
Reference in a new issue