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

Automatic self-signing as an option (with external timestamping ?) #27

Open
matteocargnelutti opened this issue Mar 13, 2023 · 1 comment

Comments

@matteocargnelutti
Copy link
Collaborator

matteocargnelutti commented Mar 13, 2023

js-wacz currently supports the "Domain-Name Identity + Timestamp Signing" portion of the WACZ Signing spec via the --signing-url and --signing-token options.

In addition to that, it could be interesting to allow for signing WACZ files using self-signed "single-use" certificates that would be generated on the fly by js-wacz directly, like archiveweb.page does for example.

This use case would fit under the "Anonymous Signing" portion of the WACZ Signing spec.

This feature would greatly benefit from the addition of a trusted timestamp, which the spec doesn't currently support: webrecorder/specs#142

@matteocargnelutti
Copy link
Collaborator Author

Update: Looking into extending WACZ spec to support anonymous signing + timestamping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant