International-Data-Spaces-Association / IDS-testbed

Apache License 2.0
24 stars 32 forks source link

Fix wrong private key filename #140

Closed ponytojas closed 3 months ago

ponytojas commented 4 months ago

In the current docker-compose file the keys for connectorA and connectorB where copied with the same file name (connectorA.p12 and connectorB.p12) but once the docker is up the service will search it with another name (testbed1.p12 and testbed2.p12).

This pull request corrects the name of the files during the copy setup.