16 lines
318 B
YAML
16 lines
318 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
annotations:
|
|
name: root-somedomain-ru
|
|
namespace: default
|
|
spec:
|
|
commonName: somedomain.ru
|
|
dnsNames:
|
|
- somedomain.ru
|
|
- www.somedomain.ru
|
|
issuerRef:
|
|
kind: ClusterIssuer
|
|
name: letsencrypt-dns-cloudflare
|
|
secretName: le-root-somedomain-ru
|