Tutorial: Deploy your SSL certificate
This tutorial will help you deploy your certificate on your Kubernetes cluster.
1. Prerequisites
Your certificate must respect the following constraints:
-
The validity date of the certificate must be correct.
-
The certificate must include at least the URL of the Saagie product.
-
The
KeyUsage
attribut must include thedigitalSignature
andkeyEncipherment
elements.
In case you need help generating a self-signed certificate, check the following tutorials:
|