]> WPIA git - nre.git/commitdiff
add: OCSP signing profiles
authorFelix Dörre <felix@dogcraft.de>
Fri, 16 Dec 2016 11:23:54 +0000 (12:23 +0100)
committerFelix Dörre <felix@dogcraft.de>
Wed, 21 Dec 2016 10:44:05 +0000 (11:44 +0100)
Generated By:
(. ../structure.bash; i=0; for ca in ${STRUCT_CAS[@]}; do i=$((i+1)); cat <<EOF > $(printf '01%02d-ocsp-%s.cfg' $i $ca); done)
ca=$ca
ku=digitalSignature
eku=OCSPSigning
days=732
include=orga,domain,noOCSP
requires=points>=100,ocsp
name=ocsp ($ca)
EOF

Change-Id: I303db0157ef0afeb2b08fdef2e8df9c139c5f5c2

profiles/0101-ocsp-unassured.cfg [new file with mode: 0644]
profiles/0102-ocsp-assured.cfg [new file with mode: 0644]
profiles/0103-ocsp-codesign.cfg [new file with mode: 0644]
profiles/0104-ocsp-orga.cfg [new file with mode: 0644]
profiles/0105-ocsp-orgaSign.cfg [new file with mode: 0644]

diff --git a/profiles/0101-ocsp-unassured.cfg b/profiles/0101-ocsp-unassured.cfg
new file mode 100644 (file)
index 0000000..d229b8e
--- /dev/null
@@ -0,0 +1,7 @@
+ca=unassured
+ku=digitalSignature
+eku=OCSPSigning
+days=732
+include=orga,domain,noOCSP
+requires=points>=100,ocsp
+name=ocsp (unassured)
diff --git a/profiles/0102-ocsp-assured.cfg b/profiles/0102-ocsp-assured.cfg
new file mode 100644 (file)
index 0000000..fb149bc
--- /dev/null
@@ -0,0 +1,7 @@
+ca=assured
+ku=digitalSignature
+eku=OCSPSigning
+days=732
+include=orga,domain,noOCSP
+requires=points>=100,ocsp
+name=ocsp (assured)
diff --git a/profiles/0103-ocsp-codesign.cfg b/profiles/0103-ocsp-codesign.cfg
new file mode 100644 (file)
index 0000000..7438e36
--- /dev/null
@@ -0,0 +1,7 @@
+ca=codesign
+ku=digitalSignature
+eku=OCSPSigning
+days=732
+include=orga,domain,noOCSP
+requires=points>=100,ocsp
+name=ocsp (codesign)
diff --git a/profiles/0104-ocsp-orga.cfg b/profiles/0104-ocsp-orga.cfg
new file mode 100644 (file)
index 0000000..9d3f193
--- /dev/null
@@ -0,0 +1,7 @@
+ca=orga
+ku=digitalSignature
+eku=OCSPSigning
+days=732
+include=orga,domain,noOCSP
+requires=points>=100,ocsp
+name=ocsp (orga)
diff --git a/profiles/0105-ocsp-orgaSign.cfg b/profiles/0105-ocsp-orgaSign.cfg
new file mode 100644 (file)
index 0000000..335c904
--- /dev/null
@@ -0,0 +1,7 @@
+ca=orgaSign
+ku=digitalSignature
+eku=OCSPSigning
+days=732
+include=orga,domain,noOCSP
+requires=points>=100,ocsp
+name=ocsp (orgaSign)