ISparkes
ISparkes

Reputation: 1773

Swisscom Cloud SSL certificate

We're rolling out some simple static web sites onto the Swisscom CloudFoundry cloud, and want to enable SSL for the sites.

Our product manager is not happy with the scapp.io or applicationweb.io names, and we want to be able to add SSL certificates for our domain, e.g "www.swisscom.io".

How do achieve this, given the fact that we're users and not administrators and don't have access to the "Operations Manager" tool? This question is specifically about the Certificate: The setting up of the domain and DNS is clear.

Upvotes: 0

Views: 401

Answers (3)

Fabian
Fabian

Reputation: 335

SSL certificates from Let’s Encrypt are now available on the Swisscom Application Cloud: SSL Secure Routes

Upvotes: 2

Thomas Jaggi
Thomas Jaggi

Reputation: 1014

I'm currently using an existing VM on https://www.digitalocean.com to serve as a reverse proxy (see https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server-as-reverse-proxy-using-mod_proxy-extension#enabling-ssl-reverse-proxy-support, e.g.). It works, but it's not very elegant.

Upvotes: 0

Allan
Allan

Reputation: 31

The cloud guys can probably help you out more here, but one option would be to use: https://www.cloudflare.com/

I was able to use the cloudflare SSL certificate to secure the traffic to and from my application without having to upload a certificate or use the "Operations Manager" tool.

Cheers,

Allan.

Upvotes: 1

Related Questions