2019-06-30 22:31:42 +02:00
|
|
|
---
|
2019-10-22 20:18:37 +00:00
|
|
|
apiVersion: certmanager.k8s.io/v1alpha1
|
2019-06-30 22:31:42 +02:00
|
|
|
kind: Certificate
|
|
|
|
metadata:
|
|
|
|
name: api-certificate
|
|
|
|
namespace: openshift-config
|
|
|
|
spec:
|
|
|
|
secretName: api-certificate
|
|
|
|
renewBefore: 360h # 15d
|
|
|
|
commonName: api.os.fedorainfracloud.org
|
|
|
|
dnsNames:
|
|
|
|
- 'api.os.fedorainfracloud.org'
|
|
|
|
issuerRef:
|
|
|
|
name: letsencrypt-production
|
|
|
|
kind: ClusterIssuer
|