letsencrypt / ct-log-metadata

Metadata regarding Let's Encrypt's Certificate Transparency Logs
8 stars 8 forks source link

Include Subject Key ID in accepted root filenames #23

Closed aarongable closed 2 years ago

aarongable commented 2 years ago

This causes the files in the //tooling/oak and //tooling/sapling directories to be named like "Organization - Common Name - Subject Key ID.crt". It formats the SKID as all lowercase, no colons. This allows this simple script to work with roots that share an organization and common name (e.g. differing only in their Organizational Unit), by differentiating them by their unique SKID.

Part of #22