]> WPIA git - nre.git/commit
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)
commit89c732f486588e8c46e4d51cfc22a743cd941f04
tree31c392ce8984f7d9ce678125d3fe99b5c3be12d0
parentf4a7268a34ef699638dc72f564bee9001d043857
add: OCSP signing profiles

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]