Skip to content
New issue

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

Possibility to request the full certificate chain programmatically #105

Open
Vampire opened this issue Nov 6, 2024 · 0 comments
Open

Possibility to request the full certificate chain programmatically #105

Vampire opened this issue Nov 6, 2024 · 0 comments

Comments

@Vampire
Copy link

Vampire commented Nov 6, 2024

Is your feature request related to a problem or specific use case? Please describe.
I try to get client-side hashing signing working, in my current use-case using JSign.
In the framework JSign is providing, before the actual signing the certificate chain is needed.
But the only way I found is to do a dummy-signing first, getting the signer certificate from the signing result.
And even then as far as I have seen, there is only the signer certificate itself, not the full certificate chain.
It would be nice if I could somehow get from the PlainSigner the full certificate chain via the "REST Interface", without triggering an actual signing process.

Describe the solution you'd like
I want to be able to get the full certificate chain programmatically that will be used for signing when I subsequently do a request to https://signserver.company.com/signserver/rest/v1/workers/PlainSigner/process.

Describe alternatives you've considered
n/a

Product deployment
Please complete the following information:

  • Deployment format: container
  • Version 6.3.0.Final
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

No branches or pull requests

1 participant