fixed serve tls int tests and added store copy int tests (#731)

This commit is contained in:
Zack Brady
2026-08-11 14:37:30 -04:00
committed by GitHub
parent a5d9343374
commit 3074fda099
2 changed files with 21 additions and 10 deletions
+1 -3
View File
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -ex
# setup directories
mkdir -p testdata/certs
@@ -32,7 +32,6 @@ CN = CERTIFICATE AUTHORITY CERTIFICATE
[v3_ca]
keyUsage = critical, keyCertSign, cRLSign
extendedKeyUsage = anyExtendedKeyUsage
basicConstraints = critical, CA:TRUE
EOF
@@ -71,7 +70,6 @@ CN = INTERMEDIARY CERTIFICATE AUTHORITY CERTIFICATE
[v3_ca]
keyUsage = critical, keyCertSign, cRLSign
extendedKeyUsage = anyExtendedKeyUsage
basicConstraints = critical, CA:TRUE
EOF