Skip to content

Commit

Permalink
chore(README): command to get next update date for CRL (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 authored Sep 12, 2023
1 parent 855c9d3 commit 51e4a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ To generate a new CRL:
* Decrypt the required files as described in [HowTo Decrypt the Certificate Authority Key](#howto-decrypt-the-certificate-authority-key)
* Generate a new crl.pem - `cd cert ; ./easyrsa gen-crl ; cd ..`
* Publish the new crl.pem - `git add ./cert/pki/crl.pem && git commit ./cert/pki/crl.pem -s -m 'Renew revocation list certificate'`
* Delete local ca.key - `rm ./cert/pki/private/ca.key`
* Before pushing, Delete local ca.key - `rm ./cert/pki/private/ca.key`
* Check new expiration date with : `openssl crl -nextupdate -in /Users/smerle/code/docker-openvpn/cert/pki/crl.pem -noout`
### HowTo Renew Server-side Certificate?
Expand Down

0 comments on commit 51e4a84

Please sign in to comment.