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
|
||||
namespace: default
|
||||
spec:
|
||||
secretName: cloud-secret
|
||||
secretName: cloud-cert
|
||||
duration: 2160h # 90d
|
||||
renewBefore: 360h # 15d
|
||||
commonName: fqdn
|
||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
|||
tls:
|
||||
- hosts:
|
||||
- fqdn
|
||||
secretName: cloud-secret
|
||||
secretName: cloud-cert
|
||||
rules:
|
||||
- host: fqdn
|
||||
http:
|
||||
|
|
Loading…
Reference in a new issue