Skip to content

Commit

Permalink
Merge branch 'bug-UT-show-expire-1152' of ssh://github.com/TinCanTech…
Browse files Browse the repository at this point in the history
…/easy-rsa into TinCanTech-bug-UT-show-expire-1152

Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed May 29, 2024
2 parents d3a37ab + 9499f09 commit 8a4eb3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/easyrsa-tools.lib
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

# Easy-RSA tools library v1.0

# Easy-RSA 3.x does not source into the environment directly.
Expand Down Expand Up @@ -90,6 +92,7 @@ iso_8601_cert_enddate: missing cert"

# On error return, let the caller decide what to do
if fn_ssl_out="$(
EASYRSA_VERBOSE=
easyrsa_openssl x509 -in "$1" -noout \
-enddate -dateopt iso_8601
)"
Expand Down Expand Up @@ -489,6 +492,7 @@ read_db() {
# Recreate temp session
remove_secure_session || \
die "read_db - remove_secure_session"
locate_support_files
secure_session || \
die "read_db - secure_session"
# Recreate openssl-easyrsa.cnf (Temp)
Expand Down

0 comments on commit 8a4eb3b

Please sign in to comment.