Https and ssl on ubuntu x64

Need help? Post your questions here.
chali
Contributor
Contributor
Posts: 100
Joined: 13 Dec 2012, 16:25
Has thanked: 18 times
Been thanked: 35 times

Https and ssl on ubuntu x64

Unread post by chali »

Hi
need help getting madsonic to use https instead of http. (I use ubuntu 12.04 x64)

and if anyone cope, a detailed guide for beginners, how to install a certificate from third party in madsonic. on ubuntu 12.04 x64

I've Googled and followed some guides but it does not work at all, :oops:

madsonic otherwise good work on normal http but would love to have it on https.

/ Chali
User avatar
Madsonic
Administrator
Administrator
Posts: 984
Joined: 07 Dec 2012, 03:58
Answers: 7
Has thanked: 1201 times
Been thanked: 470 times

Re: Https and ssl on ubuntu x64

Unread post by Madsonic »

hi,

i use Madsonic myself with SLL.

HOW TO CREATE subsonic.keystore
================================

Code: Select all

keytool -genkey -v -keystore subsonic.keystore -alias subsonic -storepass subsonic -keyalg RSA -validity 100000 -dname "CN=subsonic.org, O=Subsonic"
keytool -list -v -keystore subsonic.keystore -storepass subsonic
Replace with your own Domain-Name

or look also into this threads ...

http://forum.subsonic.org/forum/viewtop ... 77&p=44021

or if you use tomcat

http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html

best regards
chali
Contributor
Contributor
Posts: 100
Joined: 13 Dec 2012, 16:25
Has thanked: 18 times
Been thanked: 35 times

Re: Https and ssl on ubuntu x64

Unread post by chali »

Hi

thanks so much for the reply =) but the nob I am, I would need to have some more info how to change the port to eg 4443 instead of the 4040th

the commands you type, where should I write it, etc.
which folder is the things to be added in? I checked in etc / defult but can not make it work.

/ Sincerely Chali
Post Reply