summarylogtreecommitdiffstats
path: root/san-ip.patch
diff options
context:
space:
mode:
authorChristian Hesse2023-02-23 08:56:59 +0100
committerChristian Hesse2023-02-23 08:56:59 +0100
commit0c11bf26bc3ea7c6dbd663d6db10ef69f02c89ee (patch)
tree4011eb197186cbb431bd7a93107bcbfc733e0744 /san-ip.patch
parent20ead876e27435ea47e742948bfaf03c6d1b68e9 (diff)
downloadaur-cacert-csr.tar.gz
commit cacert-csr 0.1-4
Diffstat (limited to 'san-ip.patch')
-rw-r--r--san-ip.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/san-ip.patch b/san-ip.patch
index f12bbd60d2ec..03d8d08e563a 100644
--- a/san-ip.patch
+++ b/san-ip.patch
@@ -1,11 +1,10 @@
--- a/csr 2018-08-23 23:44:33.000000000 +0200
+++ b/csr 2023-02-17 12:39:38.186297609 +0100
-@@ -66,6 +66,18 @@ while [ ! "$SAN" = "" ]; do
+@@ -66,6 +66,17 @@ while [ ! "$SAN" = "" ]; do
SANAMES="$SANAMES,DNS:$SAN"
fi
done
+SAN=1 # bogus value to begin the loop
-+SANAMES="" # sanitize
+while [ ! "$SAN" = "" ]; do
+ printf "SubjectAltName: IP:"
+ read SAN