genconfig: Remove duplicate-cn mention
* Remove the commented out duplicate-cn configuration option * Leads to confusion * Related #42
This commit is contained in:
parent
2f9947c8e4
commit
c3024ce335
@ -155,7 +155,6 @@ fi
|
|||||||
cat > "$conf" <<EOF
|
cat > "$conf" <<EOF
|
||||||
server $(getroute $OVPN_SERVER)
|
server $(getroute $OVPN_SERVER)
|
||||||
verb 3
|
verb 3
|
||||||
#duplicate-cn
|
|
||||||
key $EASYRSA_PKI/private/${OVPN_CN}.key
|
key $EASYRSA_PKI/private/${OVPN_CN}.key
|
||||||
ca $EASYRSA_PKI/ca.crt
|
ca $EASYRSA_PKI/ca.crt
|
||||||
cert $EASYRSA_PKI/issued/${OVPN_CN}.crt
|
cert $EASYRSA_PKI/issued/${OVPN_CN}.crt
|
||||||
|
Loading…
Reference in New Issue
Block a user