Skip to content

Commit dcf3791

Browse files
committed
Generate a CRL during PKI initialization
1 parent 76546e1 commit dcf3791

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/ovpn_initpki

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ openvpn --genkey --secret $EASYRSA_PKI/ta.key
3838

3939
# For a server key with a password, manually init; this is autopilot
4040
easyrsa build-server-full "$OVPN_CN" nopass
41+
42+
# Generate the CRL for client/server certificates revocation.
43+
easyrsa gen-crl

0 commit comments

Comments
 (0)