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
Hashing of a selected set of properties together with signing the hash reduces the chance that logs have been tampered with. https://learn.microsoft.com/en-us/dotnet/standard/security/cryptographic-signatures
Use SHA384 to Hash values.
Use RSA to sign HASH.
Do we need to support rotation of certificates. How should we know which certificates to
###Analysis
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Hashing of a selected set of properties together with signing the hash reduces the chance that logs have been tampered with.
https://learn.microsoft.com/en-us/dotnet/standard/security/cryptographic-signatures
Use SHA384 to Hash values.
Use RSA to sign HASH.
Do we need to support rotation of certificates. How should we know which certificates to
###Analysis
Tasks
Acceptance Criteria
The text was updated successfully, but these errors were encountered: