Skip to content

Commit 1aa5683

Browse files
author
Blair McKenzie
committed
updated renew-client to work with easy-rsa changes
1 parent 78d9ec9 commit 1aa5683

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ renew-client:
256256
VPN_NAME=$$(cat pki/vpn_name);\
257257
\
258258
echo "Renewing client certificate for $${VPN_NAME}";\
259-
./easyrsa renew $(name).$${VPN_NAME} nopass;\
259+
./easyrsa expire $(name).$${VPN_NAME};\
260+
./easyrsa sign-req client $(name).$${VPN_NAME} nopass;\
260261
\
261262
echo "Generating OVPN file";\
262263
OVPN_FILE=pki/$(name).$${VPN_NAME}.ovpn;\

0 commit comments

Comments
 (0)