International-Data-Spaces-Association / metadata-broker-open-core

This is the repository of the open-core reference implementation of the IDS Metadata Broker.
Apache License 2.0
10 stars 17 forks source link

Outdated Broker Certificate #64

Closed SebastianOpriel closed 2 years ago

SebastianOpriel commented 2 years ago

The keystore ( broker-core/src/main/resources/isstbroker-keystore.jks) contains an outdated broker certificate:

Certificate Information:
Common Name: 49fa9815-9555-4038-8a9a-4e36de37bf45
Subject Alternative Names: broker.ids.isst.fraunhofer.de
Organization: Fraunhofer
Organization Unit: ISST
Country: DE
Valid From: November 28, 2018
Valid To: November 27, 2020
Issuer: IDS Test SubCA 2018, Fraunhofer
Serial Number: 34 (0x22)
NehaThawani44 commented 2 years ago

@bastianleirpo The certificate has been updated on all our instances. Could you please provide me with the instance of broker you are using?

SebastianOpriel commented 2 years ago

As I remember I downloaded the repo and tried to run it locally. it was the main repository with the aboves mentioned path to the keystore. If that is not the case I need to check my EDI

NehaThawani44 commented 2 years ago

@bastianleirpo once there is an updated version to the open-source broker, I would request you to pull the code and rerun it. Also which server instance are you using as of now? just to make sure if the new jks are already available on the instance you are using.

NehaThawani44 commented 2 years ago

@SebastianOpriel The jks available at the following path expires in February 2023. Hence I will be closing this issue. Please find the image for reference. image

image

SebastianOpriel commented 2 years ago

Dear @NehaThawani44 I checked the jks again as it was updated by @sebbader 15 days ago, who put the new certificate into the jks (see https://github.com/International-Data-Spaces-Association/metadata-broker-open-core/commits/master/broker-core/src/main/resources/isstbroker-keystore.jks). So no outdated certificates anymore. Thanks!