Skip to content

Getting issue on revoke certificate test #3

Answered by aaron-kumar
perneninag asked this question in Q&A
Discussion options

You must be logged in to vote

@perneninag the issue lies with the command.

Do NOT specify parameters like certificate (-cert), sender (-s) and receiver (-r) in the command. These parameters are only needed for point-to-point communication (locally).

In your case, you are specifying the certificate via the -cert parameter ("peppol_ap.cer") rather than retrieving it from SMP. This approach is incorrect for both testbed and production environments. As a result, even though the certificate has been revoked in SMP, your test isn't failing because you're overriding it with a valid certificate ("peppol_ap.cer").

Once you stop overriding the certificate, the OpenPeppol test with the revoked certificate will fail as expected, …

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@karelkryda
Comment options

@aaron-kumar
Comment options

@karelkryda
Comment options

@aaron-kumar
Comment options

Comment options

You must be logged in to vote
3 replies
@aaron-kumar
Comment options

Answer selected by perneninag
@perneninag
Comment options

@aaron-kumar
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2 on December 16, 2024 10:40.