Configuring HTTPS
This document is to help you to configure HTTPS in the Kubernetes environment.
SSL Certificate Directory
This directory should contain required SSL-specific files for running the reverse proxy in https mode:
openiam.crt
is he SSL certificate file.openiam.key
is the SSL certificate key. It is required.openiam.sslchain.crt
file will be used inSSLCertificateChainFile
in Apache configurations.openiam.ssl.ca.crt
file will be used inSSLCACertificateFile
in Apache configurations.
Additionally, either openiam.crt
or openiam.sslchain.crt
is required.
For the reverse proxy to read and use these files, you need to shift the files into the following folders.
.ssl/
openiam-configmap/.ssl/
In Terraform
rproxy.https.disabled=0
In Helm
--set openiam.rproxy.http=0