diff options
Diffstat (limited to 'security/nss/tests/common/certsetup.sh')
-rw-r--r-- | security/nss/tests/common/certsetup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/nss/tests/common/certsetup.sh b/security/nss/tests/common/certsetup.sh index ed026c40e..2f0055f1a 100644 --- a/security/nss/tests/common/certsetup.sh +++ b/security/nss/tests/common/certsetup.sh @@ -56,6 +56,11 @@ make_cert() { type_args=(-g 2048 --extGeneric 1.3.6.1.4.1.44363.44:not-critical:empty.txt) type=rsa ;; + delegator_rsa_pss2048) + touch empty.txt + type_args=(-g 2048 --pss --extGeneric 1.3.6.1.4.1.44363.44:not-critical:empty.txt) + type=rsa + ;; esac msg="create certificate: $@" shift 2 |