International-Data-Spaces-Association / omejdn-daps

Open Source implementation of the Dynamic Attribute Provisioning Service based on http://github.com/Fraunhofer-AISEC/omejdn-server
Apache License 2.0
5 stars 10 forks source link

production certs don't match #26

Closed spetrac closed 1 year ago

spetrac commented 2 years ago

There seem to be an error with the production certs.

The nginx config requires the certs to be named as omejdn.cert and omejdn.key:

https://github.com/International-Data-Spaces-Association/omejdn-daps/blob/f7f097234fdd0f32a2f9781e5d575b4fc544350a/nginx.production.conf#L6-L7

But the compose volume maps the tls config to daps.cert and daps.key:

https://github.com/International-Data-Spaces-Association/omejdn-daps/blob/f7f097234fdd0f32a2f9781e5d575b4fc544350a/compose.yml#L15-L16

bellebaum commented 1 year ago

I have fixed it. Thanks for spotting and reporting :)