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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]