This topic explains how to create self-signed TLS certificates for use in an
environment configuration. This information is intended for trial or testing
purposes only.
The runtime ingress gateway (the gateway that handles API proxy traffic) requires
a TLS certificate/key pair. For this quickstart installation, you can use self-signed
credentials. In the following steps,opensslis used
to generate the credentials.
Navigate to yourHELM_CHARTS_HOME/apigee-virtualhost/chart directory
and execute the following command to create the certificate and key files. The certificate files
will most likely have.crtor.pemextensions and the key file will most likely
have.key.
This command creates a self-signed certificate/key pair that you can use for the
quickstart installation. The CNmydomain.netcan be any value you wish for
the self-signed credentials.
Check to make sure the files are in the./certsdirectory:
ls ./certskeystore.pem
keystore.key
Wherekeystore.pemis the self-signed TLS certificate file andkeystore.keyis the key file.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]