Skip to main content

Certificate Loading

First, load your certificate file with .p12 extension to Kubernetes as a secret.

Finding Certificate Alias

To find the Alias of a certificate:

Creating PKCS12 from JKS

To convert certificate in JKS format to PKCS12 format:
Add your file with .p12 extension to /etc/ssl/certs directory.

Deployment Configuration

Required Environment Variables

Variables that should be in deployment yaml definition:

Example Deployment File

An example Api Manager deployment file:

Certificate Creation

Steps to be applied to create your own certificate:
1
Creating Private Key
2
Creating CSR (Certificate Signing Request)
3
Creating Signed Certificate
4
Converting to PKCS#12 Format