jmcorne opened a new issue, #789:
URL: https://github.com/apache/apisix-helm-chart/issues/789
Hi team
I am trying to enable HTTPS in APISIX Gateway that I deployed in traditional
mode using Helm chart version 2.10.0.
Here is the fragment of values.yaml used to deploy
apisix:
ssl:
enabled: true
existingCASecret: "secret-crt"
certCAFilename: "ca.crt"
fallbackSNI: "localhost"
The secret exists.
My pod doesn't start because of this error
`nginx: [emerg] cannot load certificate
"/usr/local/apisix/conf/cert/ssl_PLACE_HOLDER.crt"`
I re-read the documentation and don't see any obvious (for me) error.
What did I miss?
Thanks for your help
--
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]