How to Verify certificate is installed correctly or not? #89
-
Hi, I have got the certificate from fraunhofer, as per the documentation [https://international-data-spaces-association.github.io/DataspaceConnector/Deployment/Configuration#step-2-ids-certificate] i have updated everything. But i dont know how to verify my certificate is installed correctly or not Kindly help me out on this |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 15 replies
-
Hi, you can verify this by sending a description request to your own connector (/api/ids/description with recipient [your-connector-url]/api/ids/data). If the connectorDeployMode is set to productive deployment and no valid IDS certificate is configured, the message sending will fail and you will see the following logs:
If the connectorDeployMode is set to productive deployment and a valid IDS certificate is correctly configured, you will receive the connector's self-description and see the following logs:
|
Beta Was this translation helpful? Give feedback.
Hi,
you can verify this by sending a description request to your own connector (/api/ids/description with recipient [your-connector-url]/api/ids/data).
If the connectorDeployMode is set to productive deployment and no valid IDS certificate is configured, the message sending will fail and you will see the following logs:
If the connectorDeployMode is set to producti…