Create an Edge Route

  • Create the edge route using the following command

oc create route edge --service myguestbook --key /tmp/tls.key --cert /tmp/tls.crt
  • Get the route of your application and open it from your browser

oc get routes
  • The application has been deployed successfully

  • You can check information about the secured website and certificate from the lock icon at the top left of the browser

Last updated

Was this helpful?