mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-28 16:27:16 +00:00
12 lines
360 B
YAML
12 lines
360 B
YAML
# A secretTypes entry with format: der — raw single-blob cert or CRL,
|
|
# the wire format produced by CRL Distribution Points. Locks down
|
|
# schema acceptance of the new format value alongside pem and pkcs12.
|
|
secretsExporter:
|
|
secretTypes:
|
|
- type: Opaque
|
|
key: revocation.crl
|
|
format: der
|
|
- type: Opaque
|
|
key: cert.der
|
|
format: der
|