...
Code Block |
---|
kubectl create secret tls acexpresssecret --key="tls.key" --cert="tls.crt" --namespace ac5tmtĀ |
Expand | ||
---|---|---|
| ||
1. kubectl create secret tls
2. acexpresssecret
3. --key="tls.key"
4. --cert="tls.crt"
5. --namespace ac5tmt
|
This will create a secret in the namespace
...
Go to services, Ingress, and get the external IP
...
Bind the IP with DNS ac4tmtac5tmt.adeptia.com
Example: https://acexpress-ist-poc.adeptia.com/Portal2/#/home
...