Skip to content

Commit

Permalink
move pkcs12 testing cert to memuser production classpath
Browse files Browse the repository at this point in the history
This gets around the issue of needing to do volume mounts in docker-compose.yml
to mount the jenkins workspace doing the build into the running container
when the jenkins build itself is running in a container.
Even though this pkcs12 file is only needed for testing, it doesn't really hurt
anything to stuff it in the classpath
  • Loading branch information
gclayburg committed Oct 24, 2023
1 parent abc578e commit 1059c45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2etesting/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
command: >
--security.require-ssl=true
--server.port=443
--server.ssl.key-store=/tlskey/insecuretlswrapperwithgibberishhostname.p12
--server.ssl.key-store=classpath:insecuretlswrapperwithgibberishhostname.p12
--server.ssl.key-store-password=changeit
--server.ssl.key-store-type=PKCS12
--server.ssl.key-alias=gibberishhostname
Expand Down

0 comments on commit 1059c45

Please sign in to comment.