Skip to content

Commit 3e8e7b5

Browse files
committed
Merge branch 'bugfix-renew-san-regex' of ssh://github.com/TinCanTech/easy-rsa into TinCanTech-bugfix-renew-san-regex
Signed-off-by: Richard T Bonhomme <[email protected]>
2 parents 8b794db + 880e030 commit 3e8e7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/easyrsa-tools.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ Cannot renew this certificate, a conflicting file exists:
776776
grep -A 1 'X509v3 Subject Alternative Name' | \
777777
sed -e s/'^\ *'// \
778778
-e /'X509v3 Subject Alternative Name'/d \
779-
-e s/'IP Address'/IP/
779+
-e s/'IP Address:'/'IP:'/g
780780
)" || die "renew - EASYRSA_SAN: easyrsa_openssl subshell"
781781
verbose "renew: EASYRSA_SAN: ${EASYRSA_SAN}"
782782

0 commit comments

Comments
 (0)