Terms of Service | Privacy Policy | Cookie Policy

Verified Commit 777ee646 authored by Uwe Plonus's avatar Uwe Plonus
Browse files

Replaced keystoretype in settings to use ssl with java

parent 2ffd5cb1
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,4 +3,5 @@ FROM debian:stretch-backports

RUN apt-get update && \
    apt-get -y upgrade && \
    apt-get -y install openjdk-11-jre
    apt-get -y install openjdk-11-jre && \
    sed -i -e "s/keystore\.type=pkcs12/keystore.type=jks/g" /etc/java-11-openjdk/security/java.security