Skip to content

Commit

Permalink
Merge branch 'TinCanTech-improve-crl-expire-info'
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Nov 28, 2024
2 parents d66bebc + ba358c6 commit c8e2bae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doc/EasyRSA-Renew-and-Revoke.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Please consider the method outlined here, which requires very little work:

4. Use command `sign-req <TYPE> <NAME>`

(With or without other preferences, password is not relavent)
(With or without other preferences, password is not relevant)

This will use an existing Request to sign a new Certificate.

Expand Down
12 changes: 8 additions & 4 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -3592,7 +3592,10 @@ gen_crl() {
$crl_der_note

An updated CRL has been created:
* $out_file"
* $out_file

IMPORTANT: When the CRL expires, an OpenVPN Server which uses a
CRL will reject ALL new connections, until the CRL is replaced."
} # => gen_crl()

# import-req backend
Expand Down Expand Up @@ -5285,9 +5288,10 @@ fi
#
#set_var EASYRSA_CERT_EXPIRE 825

# How many days until the next CRL publish date? Note that the CRL can still
# be parsed after this timeframe passes. It is only used for an expected next
# publication date.
# How many days until the Certificate Revokation List will expire.
#
# IMPORTANT: When the CRL expires, an OpenVPN Server which uses a
# CRL will reject ALL new connections, until the CRL is replaced.
#
#set_var EASYRSA_CRL_DAYS 180

Expand Down
7 changes: 4 additions & 3 deletions easyrsa3/vars.example
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ fi
#
#set_var EASYRSA_CERT_EXPIRE 825

# How many days until the next CRL publish date? Note that the CRL can still
# be parsed after this timeframe passes. It is only used for an expected next
# publication date.
# How many days until the Certificate Revokation List will expire.
#
# IMPORTANT: When the CRL expires, an OpenVPN Server which uses a
# CRL will reject ALL new connections, until the CRL is replaced.
#
#set_var EASYRSA_CRL_DAYS 180

Expand Down

0 comments on commit c8e2bae

Please sign in to comment.