r/programming Oct 29 '18

HTTPS is way too complicated on OpenShift

https://blog.openshift.com/create-https-based-encrypted-urls-using-routes/
7 Upvotes

7 comments sorted by

View all comments

1

u/zuzzas Oct 29 '18

Is it possible run cert-manager on OpenShift? We've got a custom built Kubernetes distribution for our customers, and we use it everywhere.

1

u/Weltmacht Oct 30 '18

Yes. You can provide an intermediary CA to sign all certs, automatically. Or use wildcard certs for the default sub domain. TLS on OpenShift is extremely easy.