kuberise / kuberise.io

Apache License 2.0
14 stars 15 forks source link

Multiple self-signed CA #41

Closed mojtabaimani closed 3 months ago

mojtabaimani commented 3 months ago

I would like to create two self signed CA:

The install.sh script will check for a ca.crt and ca.key file in .env/[PlatformName] folder in root folder. If it contains already the CA and private key, it will create a secret and deploy the CA to the cert-manager namespace. If not, it will generate a new crt and key and add them to the .env/[PlatformName] folder as well.

Tasks: