genconfig: Remove duplicate-cn mention
* Remove the commented out duplicate-cn configuration option * Leads to confusion * Related #42
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user