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

Payload manifest various cert formats #61

Open
wants to merge 1 commit into
base: gap-certificates
Choose a base branch
from

Conversation

pwalski
Copy link
Contributor

@pwalski pwalski commented Nov 28, 2022

GAP mentiones specifically DER format while other formats are also supported.

@nieznanysprawiciel nieznanysprawiciel changed the base branch from master to gap-certificates January 11, 2023 10:00
@@ -47,7 +47,7 @@ Digest algorithm used to generate manifest signature.

### `golem.srv.comp.payload.cert: String`

Base64-encoded certificate in DER format.
Base64-encoded certificate in DER, PEM, or PEM certificate chain formats.
Copy link
Contributor

Choose a reason for hiding this comment

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

The wording is confusing for me, first I thought you added PEM twice then I realized that the third option is PEM certificate chain. Btw if certificates are supported with DER and PER encoding, then wouldn't it support certificate chains in DER encoding also?

Suggested change
Base64-encoded certificate in DER, PEM, or PEM certificate chain formats.
Base64-encoded string of a DER or PEM encoded certificate or PEM encoded certificate chain.

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.

2 participants