Merge pull request #64 from ypid/copy_server_files-ensure-rm

ovpn_copy_server_files: Ensure that no other keys then the one for the server is present.
This commit is contained in:
Kyle Manna 2015-08-26 08:41:24 -07:00
commit 407506392f

View File

@ -17,6 +17,9 @@ else
TARGET="$OPENVPN/server"
fi
## Ensure that no other keys then the one for the server is present.
rm --recursive --force "$TARGET/pki/private" "$TARGET/pki/issued"
echo "
pki/private/${OVPN_CN}.key
pki/issued/${OVPN_CN}.crt