You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "ps-19 (via GitHub)" <gi...@apache.org> on 2023/04/06 08:20:43 UTC

[GitHub] [apisix-ingress-controller] ps-19 commented on pull request #1741: e2e: require certificate from file and add certificate generation script

ps-19 commented on PR #1741:
URL: https://github.com/apache/apisix-ingress-controller/pull/1741#issuecomment-1498671774

   Can I use cert-manager?
   
   ```
   
   apiVersion: cert-manager.io/v1alpha2
   kind: Certificate
   metadata:
     name: example-cert
   spec:
     secretName: example-tls
     duration: 2160h
     renewBefore: 360h
     commonName: api7.com
     dnsNames:
       - api7.com
     issuerRef:
       name: letsencrypt
       kind: ClusterIssuer
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org