Merge pull request #55 from kylemanna/dev

Merge Development Branch
This commit is contained in:
Kyle Manna
2015-08-07 11:14:59 -07:00
8 changed files with 212 additions and 7 deletions

View File

@ -45,7 +45,7 @@ remote $OVPN_CN $OVPN_PORT $OVPN_PROTO
$(cat $EASYRSA_PKI/private/${cn}.key)
</key>
<cert>
$(cat $EASYRSA_PKI/issued/${cn}.crt)
$(openssl x509 -in $EASYRSA_PKI/issued/${cn}.crt)
</cert>
<ca>
$(cat $EASYRSA_PKI/ca.crt)