starafdar-git commented on issue #1815:
URL: https://github.com/apache/camel-k/issues/1815#issuecomment-730372986
@lburgazzoli
Thanks for your reply
Created a config map for application.properties and added below content:
quarkus.http.ssl.certificate.key-store-file="/etc/camel/conf.d/_secrets/****/***certificate.p12"
quarkus.http.ssl.certificate.key-store-file-type="P12"
quarkus.http.ssl.certificate.key-store-password="****"
then used below command to run but still same
kamel run --configmap=configmap --secret=**-cert --dependency=camel-http
--dependency=camel-undertow ***Proxy.java --dev
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]