TLS - Deploy Memphis with TLS Connection to Metadata Frontend
The self-signed certificates generated in this section are intended for testing and development. In production environments, it is strongly recommended to use certificates issued by a trusted Certificate Authority (CA) for enhanced security.
Step 1: Generate Certificates
Begin by generating the necessary SSL certificates using OpenSSL:
Step 2: Create a Secret with the Certificates
Next, create a Kubernetes secret that holds the SSL certificates:
Step 3: Prepare the Metadata TLS Values File
Create a values file named metadata_tls.yaml
with the following content:
Step 4: Deploy Memphis with the Updated Values
Deploy Memphis with the newly created values file using Helm:
Last updated