add crl endpoint support
This commit is contained in:
parent
ec297a7dd3
commit
b41a2b1bc2
3 changed files with 30 additions and 1 deletions
|
@ -1,4 +1,15 @@
|
|||
---
|
||||
crl_distribution_points:
|
||||
- full_name: "URI:https://ca.example.com/revocations.crl"
|
||||
reasons:
|
||||
- key_compromise
|
||||
- ca_compromise
|
||||
- affiliation_changed
|
||||
- superseded
|
||||
- cessation_of_operation
|
||||
- certificate_hold
|
||||
- privilege_withdrawn
|
||||
- aa_compromise
|
||||
ca_cert: |
|
||||
-----BEGIN CERTIFICATE-----
|
||||
MIIF7TCCA9WgAwIBAgIURKS2ggzKV0XKM6IdSqPjDvsr9AowDQYJKoZIhvcNAQEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue