Configure HTTPS
This document is to help you to configure HTTPS in Kubernetes environment.
SSL Certificate Directory
This directory should contain required SSL-specific files for running the reverse proxy in https mode:
- openiam.crt - The SSL Certificate File
- openiam.key - the SSL certificiate key. This is required.
- 'openiam.sslchain.crt' - this file will be used in SSLCertificateChainFile in apache configs.
- 'openiam.ssl.ca.crt' - this file will be used in SSLCACertificateFile in apache configs.
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 openiam-configmap/.ssl
In Terraform
rproxy.https.disabled=0
In Helm:
--set openiam.rproxy.http=0