testing: Check canonical OCSP/CRL serial numbers

This commit is contained in:
Andreas Steffen
2022-12-05 20:18:24 +01:00
parent 0d88c76abc
commit 8329455628
4 changed files with 3184 additions and 4 deletions
+1 -1
View File
@@ -428,7 +428,7 @@ TEST="${TEST_DIR}/ikev2/crl-revoked"
TEST_KEY="${TEST}/hosts/carol/${SWANCTL_DIR}/rsa/carolKey.pem"
TEST_CERT="${TEST}/hosts/carol/${SWANCTL_DIR}/x509/carolCert.pem"
CN="[email protected]"
SERIAL="08"
SERIAL="88"
mkdir -p ${TEST}/hosts/carol/${SWANCTL_DIR}/rsa
mkdir -p ${TEST}/hosts/carol/${SWANCTL_DIR}/x509
pki --gen --type rsa --size ${RSA_SIZE} --outform pem > ${TEST_KEY}