We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi everyone,
I am trying to configure Keyrock to act as an AR. However I have some trouble getting the config right. The docs are not really helpful.
Assume the config.pr:
config.pr = { url: "https://mw.i4trustsat.ishareworks.nl", id: "EU.EORI.NLi4TRUSTSAT", parties_endpoint: undefined, token_endpoint: undefined, client_id: "EU.EORI.NL03000023", client_key: undefined, client_crt: undefined }
My questions:
Thanks Markus
The text was updated successfully, but these errors were encountered:
So far I figured out that client_key and client_crt must look as follows:
client_key: "-----BEGIN PRIVATE KEY-----\n<YOUR PRIVATE KEY\n-----END PRIVATE KEY-----", client_crt: "-----BEGIN CERTIFICATE-----\n<YOUR CERT\n-----END CERTIFICATE-----"
I assume its from the Entitled Party. Could that be?
Sorry, something went wrong.
No branches or pull requests
Hi everyone,
I am trying to configure Keyrock to act as an AR. However I have some trouble getting the config right. The docs are not really helpful.
Assume the config.pr:
My questions:
Thanks
Markus
The text was updated successfully, but these errors were encountered: