[student@workstation network-ingress]$ oc create route edge todo-https \ > --service todo-http \ > --hostname todo-https.apps.ocp4.example.com
In step 3.1 of DO280 - ch05s04 (redhat.com) (above), no cert args are provided to `oc create route edge`. Where does it get the certs from?
If you don't specify a key and a cert using --key and --cert, then OpenShift generates it's own certificate that it signs with its CA.
If you don't specify a key and a cert using --key and --cert, then OpenShift generates it's own certificate that it signs with its CA.
Hello @bibbinator !
Thanks for reaching out !
If you check the same step instructions - it mentions the same
Also you can refer here for the same : https://www.redhat.com/architect/encryption-secure-routes-openshift
Although the default one is not recommended for production use.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.