mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
93 lines
1.1 KiB
INI
93 lines
1.1 KiB
INI
scenario OCSPD
|
|
|
|
#root CA
|
|
entity OCSPRoot
|
|
type Root
|
|
|
|
#CA - OK
|
|
entity OCSPCA1
|
|
type Intermediate
|
|
issuer OCSPRoot
|
|
serial 1
|
|
ocsp 2600
|
|
|
|
#CA - revoked
|
|
entity OCSPCA2
|
|
type Intermediate
|
|
issuer OCSPRoot
|
|
serial 2
|
|
ocsp 2600
|
|
|
|
#CA - unknown status
|
|
entity OCSPCA3
|
|
type Intermediate
|
|
issuer OCSPRoot
|
|
serial 3
|
|
ocsp 2599
|
|
|
|
#EE - OK
|
|
entity OCSPEE11
|
|
type EE
|
|
issuer OCSPCA1
|
|
serial 1
|
|
ocsp 2601
|
|
|
|
#EE - revoked on OCSP
|
|
entity OCSPEE12
|
|
type EE
|
|
issuer OCSPCA1
|
|
serial 2
|
|
ocsp 2601
|
|
|
|
#EE - revoked on CRL
|
|
entity OCSPEE13
|
|
type EE
|
|
issuer OCSPCA1
|
|
serial 3
|
|
ocsp 2601
|
|
|
|
#EE - revoked on OCSP and CRL
|
|
entity OCSPEE14
|
|
type EE
|
|
issuer OCSPCA1
|
|
serial 4
|
|
ocsp 2601
|
|
|
|
#EE - unknown status
|
|
entity OCSPEE15
|
|
type EE
|
|
issuer OCSPCA1
|
|
serial 5
|
|
ocsp 2599
|
|
|
|
#EE - pointing to revoked OCSP
|
|
entity OCSPEE21
|
|
type EE
|
|
issuer OCSPCA2
|
|
serial 1
|
|
ocsp 2602
|
|
|
|
#EE - pointing to OCSP with unknown status
|
|
entity OCSPEE31
|
|
type EE
|
|
issuer OCSPCA3
|
|
serial 1
|
|
ocsp 2603
|
|
|
|
crl OCSPRoot
|
|
|
|
revoke OCSPRoot
|
|
serial 2
|
|
|
|
crl OCSPCA1
|
|
|
|
revoke OCSPCA1
|
|
serial 2
|
|
|
|
revoke OCSPCA1
|
|
serial 4
|
|
|
|
crl OCSPCA2
|
|
crl OCSPCA3
|
|
|