improve cert naming
This commit is contained in:
parent
66aefb4c5c
commit
2734125b8e
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ metadata:
|
||||||
name: cloud-cert
|
name: cloud-cert
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
secretName: cloud-secret
|
secretName: cloud-cert
|
||||||
duration: 2160h # 90d
|
duration: 2160h # 90d
|
||||||
renewBefore: 360h # 15d
|
renewBefore: 360h # 15d
|
||||||
commonName: fqdn
|
commonName: fqdn
|
||||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- fqdn
|
- fqdn
|
||||||
secretName: cloud-secret
|
secretName: cloud-cert
|
||||||
rules:
|
rules:
|
||||||
- host: fqdn
|
- host: fqdn
|
||||||
http:
|
http:
|
||||||
|
|
Loading…
Reference in a new issue