-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
I try to use this image on multiple Openshift 4.7 platforms, where the httpd service handles the SSL termination (each cluster coming with different domain).
In order to achieve this I'd like to provide the SSL key/cert pair at pod runtime using a Secret of type "kubernetes.io/tls", coming with tls.crt and tls.crt keys
Unfortunately, because of the current way certs are sourced in the httpd-container, I can't mount this secret to any pod folder and get the pair picked up by the container at runtime.
--> Would it be possible to change the way SSL cert/key pair are sourced so that Secrets can be used?
Thanks
- Ref: https://github.com/sclorg/httpd-container/tree/master/2.4#source-to-image-framework-and-scripts
./httpd-ssl
Can contain user's own SSL certificate (in the certs/ subdirectory) and a key (in the private/ subdirectory) - Ref2: https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets
Metadata
Metadata
Assignees
Labels
No labels