-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add compact umbilical format This is only available for CAs that require umbilical evidence. Instead of storing the certificates directly in the evidence, we store the sha256 fingerprint. In each batch, the CA publishes an extra file called umbilical-certificates. This is just a list of X509 certificates together with an index to look them up by hash. The certificate referred to in the evidence doesn't have to appear in the same batch, but could appear in any batch within the validity window. This deduplicates intermediates, and deduplicates when multiple MTCs are issued using the same umbilical leaf certificate. Co-authored-by: Luke Valenta <[email protected]>
- Loading branch information
1 parent
df6521e
commit 973b433
Showing
4 changed files
with
658 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.