pkalsi97 commented on PR #6441: URL: https://github.com/apache/camel-k/pull/6441#issuecomment-3764973072
I have implemented a simplified approach incorporating your suggestion. This will make the whole process more simpler (I hope so) and explicit. Added explicit `truststore-password-path`, Users provide the password for the generated truststore. Password priority follows your suggestion: truststore-password-path → base-truststore.password-path → ca-cert-password → validation error Base truststore handling: When both base-truststore and truststore-password-path are set, we: - Copy the base truststore - Import certs using the base truststore's password - Change the password to the user-specified one at the end Removed per-certificate passwordPath from CACertConfig, only the truststore needs password. -- 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]
