Does Openshift allow self-signed certificates?

Say you implement an application on Openshift and put it behind Cloudflare.

Since Cloudflare offers universal certificates and allows self-signed certificate, can I use self-signed certificate on OpenShift for my application?

Upvotes: 0

Views: 512

Answers (1)

user2879327
user2879327

Reputation:

Yes, you can use a self signed certificate, it just won't show up as trusted by most browsers.

Upvotes: 1

Related Questions