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