mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-21 11:06:29 +10:00
12 lines
327 B
YAML
12 lines
327 B
YAML
## Example Certificate that uses multiple challenge mechanisms to obtain
|
|
## a SAN certificate for multiple domains from the letsencrypt-staging issuer.
|
|
apiVersion: certmanager.k8s.io/v1alpha1
|
|
kind: Certificate
|
|
metadata:
|
|
name: test-ca-crt
|
|
spec:
|
|
secretName: test-ca-crt
|
|
issuer: ca-issuer
|
|
domains:
|
|
- cert-manager.k8s.io
|