Page 1 of 1

Make it easier to install certificates

PostPosted: Mon Feb 27, 2017 3:45 am
by apastuszak
Right now, if I want to add a digital certificate to subsonic, and I need to run some archaic process to slipstream the cert into a jar file. It works. But it's a pain. And I need to redo it every year when the cert gets updated.

It would be a lot easier if there was an option in the preferences to just point Subsonic to a certificate file and use that.

Adding support for Let's Encrypt would be even more awesome.

Re: Make it easier to install certificates

PostPosted: Tue Feb 28, 2017 6:07 pm
by mason
just use a reverse proxy with let's encrypt on apache or nginx and you're set.

Re: Make it easier to install certificates

PostPosted: Sat Mar 04, 2017 8:05 am
by StudentOf33
mason wrote:just use a reverse proxy with let's encrypt on apache or nginx and you're set.


Absolutely. I currently do this, and have a script that checks and renews my LetsEncrypt certificate around the 60th day.

I too had to do manual implementations of the certificate, but once I ran a front-end web server it cleared all issues. What operating system are you running Subsonic on?