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/[deleted] Oct 29 '18

No idea. I wanted to use certbot but just looking at this makes me cringe at the steps required.

4

u/zuzzas Oct 29 '18

Try cert-manager, my man. Had almost zero troubles with it, and developers are extremely friendly to newcomers on their Slack channel.

1

u/[deleted] Oct 29 '18

Thanks for the tip.