旋转 tls secret - Ingress - kubernetes
Rotate tls secret - Ingress - kubernetes
我需要更新我的 tls 机密,有什么最佳做法吗?,
目前考虑的步骤是:
- 创建新密文
- 更新入口定义,以便它可以采用新的 tls 机密。
我无法将 cert-manager 与 letsencript 一起使用。
有什么建议吗?
I need to update my tls secrets, there is any best practices to do
that?, by now, I think, I have to create new secrets and update my
ingress definition in order it could take the new tls secrets.
是的,你是对的,否则你可以直接更新现有的秘密,而不需要对入口端进行任何更改。
创建与 secret 同名的 YAML 文件,更改将被覆盖。
我需要更新我的 tls 机密,有什么最佳做法吗?,
目前考虑的步骤是:
- 创建新密文
- 更新入口定义,以便它可以采用新的 tls 机密。
我无法将 cert-manager 与 letsencript 一起使用。
有什么建议吗?
I need to update my tls secrets, there is any best practices to do that?, by now, I think, I have to create new secrets and update my ingress definition in order it could take the new tls secrets.
是的,你是对的,否则你可以直接更新现有的秘密,而不需要对入口端进行任何更改。
创建与 secret 同名的 YAML 文件,更改将被覆盖。