-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
证书管理-支持使用certmanager管理证书 #376
Comments
注入的注解值是什么呢? |
@CH3CHO ClusterIssuers类型资源的名称 ,我这里部署的是“letsencrypt”。 |
所以这个值是需要用户输入的咯? |
@CH3CHO 这个值可以是控制台的环境变量,也可以当证书类型为”使用certmanager管理“,增加个下拉选框去选择“ClusterIssuers类型资源的名称”。 |
所以需要给Console加个读取ClusterIssuers资源的权限咯? |
@CH3CHO 对,当你有多个ClusterIssuers资源的时候。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
背景:
目前创建证书时,仅支持手工填写“证书数据”和”私钥数据“,使用起来并不是很方便,可以使用certmanager自动签发证书。
需求:
1.增加证书类别”手工填写“和”使用certmanager管理“。
2.当证书类别为”使用certmanager管理“,可以在ingress中注入annotation "cert-manager.io/cluster-issuer"。
The text was updated successfully, but these errors were encountered: