Skip to content

Conversation

@ndefokou
Copy link
Contributor

No description provided.

Copy link
Collaborator

@Hermann-Core Hermann-Core left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’ve left some comments, please review them and address each one.

Also, don’t forget to update the main README file of the eID-Server.
You should add a section explaining how to test the server with the test-eService, and include a link to the corresponding folder so others can easily find the documentation on how to set it up and run it.

@Hermann-Core Hermann-Core changed the title E id service implementation Test eService implementation Oct 20, 2025
@ndefokou ndefokou requested a review from Hermann-Core October 20, 2025 14:32
Copy link
Collaborator

@Hermann-Core Hermann-Core left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed the code again, globally it evrything seems ok but I still see some comments that have not been addressed. Could you carefully check them ? Also I don't see any section in the README of the eID-Server about the test setup as mentioned in my previous comment.

You should add a section explaining how to test the server with the test-eService, and include a link to the corresponding folder so others can easily find the documentation on how to set it up and run it.

@ndefokou ndefokou requested a review from Hermann-Core October 21, 2025 10:08
Comment on lines +93 to +103
```toml
your-project/
├── certs/
│ ├── server.crt # HTTPS server certificate
│ ├── server.key # HTTPS server private key
│ ├── client.crt # mTLS client certificate
│ ├── client.key # mTLS client private key
│ └── server-ca.crt # eID-Server CA certificate (optional)
├── .env.local
└── ...
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the syntax here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

I don't know why that is appearing but it is correctly setUp

@ndefokou ndefokou requested a review from Hermann-Core October 24, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants