You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by kaffeesurrogat <ka...@posteo.de> on 2020/04/25 15:06:51 UTC

Missing keystore in server.xml 5.0.4

Hey erverybody,

finally i've decided to get an vps. I'm finishing the lasts steps to
install om 5.0.4, i.e. getting a certificate from letsencrypt.

I've did this stuff with 5.0.3 allready and i've made plenty of notes.

I've finished the challenge successully, extracted keys and put them
into a keystore.

The last thing misising is to  modify server.xml

and put in the right keystore pwd

#############################################

<Connector port="5443" protocol="org.apache.coyote.http11.Http11NioProtocol"
               maxThreads="150" SSLEnabled="true"
               keystoreFile="conf/keystore"
keystorePass="PWDSOMETHINGVERYCOMPLICATED"
               clientAuth="false" sslProtocol="TLS"/>

Weird thing is, those line don't exist anymore .... can i add them again ?

Many thanks,

kaffeesurrogat

Re: Missing keystore in server.xml 5.0.4

Posted by kaffeesurrogat <ka...@posteo.de>.
I'm such a blind guy ;-)

On 25/04/2020 17:06, kaffeesurrogat wrote:
> Hey erverybody,
>
> finally i've decided to get an vps. I'm finishing the lasts steps to
> install om 5.0.4, i.e. getting a certificate from letsencrypt.
>
> I've did this stuff with 5.0.3 allready and i've made plenty of notes.
>
> I've finished the challenge successully, extracted keys and put them
> into a keystore.
>
> The last thing misising is to  modify server.xml
>
> and put in the right keystore pwd
>
> #############################################
>
> <Connector port="5443" protocol="org.apache.coyote.http11.Http11NioProtocol"
>                maxThreads="150" SSLEnabled="true"
>                keystoreFile="conf/keystore"
> keystorePass="PWDSOMETHINGVERYCOMPLICATED"
>                clientAuth="false" sslProtocol="TLS"/>
>
> Weird thing is, those line don't exist anymore .... can i add them again ?
>
> Many thanks,
>
> kaffeesurrogat