Installing SSL certificate?

From @ghost on Mon Jun 20 2016 20:40:04 GMT+0000 (UTC)

Can we install a valid SSL certificate to our gateway/API Server so that we can use https? The http support would still be there but as an option we should be able to install an SSL certificate.


Copied from original issue: https://github.com/ipfs/faq/issues/136

From @Kubuxu on Mon Jun 20 2016 20:46:14 GMT+0000 (UTC)

We decided not to implement HTTPS into go-ipfs codebase itself. Please use dedicated HTTP(S) front end server for that purpose (nginx or Apache).

From @llopv on Mon Dec 12 2016 00:58:16 GMT+0000 (UTC)

It would be great to refer here the apache/nginx configuration to do that. Does anybody have it configurated this way?

From @jbenet on Mon Dec 12 2016 07:36:40 GMT+0000 (UTC)

See the infra repo – should be there https://github.com/ipfs/infrastructure

From @Kubuxu on Mon Dec 12 2016 07:41:39 GMT+0000 (UTC)

You can also consider using something like Caddy: https://caddyserver.com/
Warning, I didn’t test it.