Skip to content

Commit

Permalink
Merge branch 'TinCanTech-bugfix-renew-san-regex'
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 2, 2024
2 parents 8b794db + 3e8e7b5 commit 82c806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/easyrsa-tools.lib
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ Cannot renew this certificate, a conflicting file exists:
grep -A 1 'X509v3 Subject Alternative Name' | \
sed -e s/'^\ *'// \
-e /'X509v3 Subject Alternative Name'/d \
-e s/'IP Address'/IP/
-e s/'IP Address:'/'IP:'/g
)" || die "renew - EASYRSA_SAN: easyrsa_openssl subshell"
verbose "renew: EASYRSA_SAN: ${EASYRSA_SAN}"

Expand Down

0 comments on commit 82c806e

Please sign in to comment.