Skip to main content

All Questions

Tagged with
0 votes
1 answer
674 views

Apply SSL for tomcat 10 with the jdk 17.0.6

When I tried to apply SSL for tomcat 10 with the open jdk 17, the SSL is not getting applied whereas i did the same for tomcat 9 with open jdk 11, it works. I followed the same step. Open command ...
balaji253's user avatar
1 vote
1 answer
3k views

Docker OpenJDK 17 does not contain certificate

I want to create a docker image with OpenJDK 17 but it will be modified by adding our company's certificates. Dockerfile: FROM openjdk:17 COPY Certs /certs RUN /certs/load_certs.sh \ && ...
Peter S.'s user avatar
  • 572