TimVerbois commented on issue #1304: URL: https://github.com/apache/apisix-ingress-controller/issues/1304#issuecomment-1235185993
I use ``` $ openssl s_client -host <fqdn> -port 443 -servername <fqdn> ``` The result I get back is the old certificate. I'm sure cert-manager updates the cert, because if I check the secret and use ``` $ openssl x509 -in <file with base64 decoded secret> -text ``` i get a valid certificate (the dates have been updated). -- 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]
