cancel
Showing results for 
Search instead for 
Did you mean: 
  • 1,061 Views

Missing cert args in `create route edge`

Jump to solution
[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? 

1 Solution

Accepted Solutions
emsecrist
Flight Engineer
Flight Engineer
  • 1,052 Views

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.

View solution in original post

2 Replies
emsecrist
Flight Engineer
Flight Engineer
  • 1,053 Views

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.

Chetan_Tiwary_
Community Manager
Community Manager
  • 1,028 Views

Hello @bibbinator !
Thanks for reaching out !

If you check the same step instructions - it mentions the same 

Chetan_Tiwary__0-1690989995889.png

Also you can refer here for the same : https://www.redhat.com/architect/encryption-secure-routes-openshift 

Chetan_Tiwary__1-1690990457952.png

 

Although the default one is not recommended for production use. 

Join the discussion
You must log in to join this conversation.