您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

24 行
448B

  1. apiVersion: certmanager.k8s.io/v1alpha1
  2. kind: Certificate
  3. metadata:
  4. name: webserver-cheerp-cert
  5. namespace: default
  6. spec:
  7. secretName: webserver-cheerp-tls
  8. issuerRef:
  9. name: letsencrypt-staging
  10. commonName: cheerp.cppse.nl
  11. dnsNames:
  12. - cheerp.cppse.nl
  13. acme:
  14. config:
  15. - http01:
  16. ingressClass: nginx
  17. domains:
  18. - cheerp.cppse.nl
  19. - http01:
  20. ingress: my-ingress
  21. domains:
  22. - cheerp.cppse.nl