From 35ddc93bea9e05ae5b5467611cd61d6bdc5521bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20D=C3=B6rre?= Date: Sat, 3 Oct 2015 14:39:07 +0200 Subject: [PATCH] moving OIDs down one layer to include the root cert's generation '2' --- generateKeys.sh | 2 +- generateTime.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/generateKeys.sh b/generateKeys.sh index d032a7b..698542f 100755 --- a/generateKeys.sh +++ b/generateKeys.sh @@ -41,7 +41,7 @@ authorityInfoAccess = OCSP;URI:http://g2.ocsp.${DOMAIN},caIssuers;URI:http://g2. certificatePolicies=@polsect [polsect] -policyIdentifier = 1.3.6.1.4.1.18506.9.${CPSID} +policyIdentifier = 1.3.6.1.4.1.18506.9.2.${CPSID} CPS.1="http://g2.cps.${DOMAIN}/g2/${KNAME}.cps" TESTCA diff --git a/generateTime.sh b/generateTime.sh index 26f3cdf..9e1dec5 100755 --- a/generateTime.sh +++ b/generateTime.sh @@ -24,7 +24,7 @@ authorityInfoAccess = OCSP;URI:http://g2.ocsp.${DOMAIN},caIssuers;URI:http://g2. certificatePolicies=@polsect [polsect] -policyIdentifier = 1.3.6.1.4.1.18506.9.${CPSID} +policyIdentifier = 1.3.6.1.4.1.18506.9.2.${CPSID} CPS.1="http://g2.cps.${DOMAIN}/g2/${KNAME}.cps" TESTCA -- 2.39.2