16 lines
491 B
YAML
16 lines
491 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
|
|
issuerRef:
|
|
name: ca-issuer
|
|
# We can reference ClusterIssuers by changing the kind here.
|
|
# The default value is Issuer (i.e. a locally namespaced Issuer)
|
|
kind: Issuer
|
|
domains:
|
|
- cert-manager.k8s.io
|