summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/certs/make-certs.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libcrypto/certs/make-certs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/certs/make-certs.sh b/src/regress/lib/libcrypto/certs/make-certs.sh
index b34a547ba2..3854ff13e0 100644
--- a/src/regress/lib/libcrypto/certs/make-certs.sh
+++ b/src/regress/lib/libcrypto/certs/make-certs.sh
@@ -223,6 +223,8 @@ create_root_bundle "./2a/roots.pem" "ca-root"
223create_bundle "./2a/bundle.pem" "server-1" "ca-int-1" 223create_bundle "./2a/bundle.pem" "server-1" "ca-int-1"
224create_root_bundle "./2b/roots.pem" "ca-root" 224create_root_bundle "./2b/roots.pem" "ca-root"
225create_bundle "./2b/bundle.pem" "server-1" 225create_bundle "./2b/bundle.pem" "server-1"
226create_root_bundle "./2c/roots.pem" "ca-root"
227create_bundle "./2c/bundle.pem" "server-1" "ca-root" "ca-int-1"
226 228
227# Scenarios 3a, 3b, 3c, 3d and 3e. 229# Scenarios 3a, 3b, 3c, 3d and 3e.
228reset 230reset