Skip to content

Commit

Permalink
fix access_id_CA for trustid-x3-root.signing_policy
Browse files Browse the repository at this point in the history
Discovered in testing by Diego Davila:
https://opensciencegrid.atlassian.net/browse/SOFTWARE-4436

Apparently i was thrown off by the fact that the other signing
policies in the letsencrypt-certificates repo all had access_id_CA's
that started with /C=US

But it looks like the DST Root CA X3 page only has the /O and /CN parts:
https://ssl-tools.net/subjects/6ff4684d4312d24862819cc02b3d472c1d8a2fa6
  • Loading branch information
edquist committed Jan 27, 2021
1 parent f46564d commit 6de318e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trustid-x3-root.signing_policy
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
access_id_CA X509 '/C=US/O=Digital Signature Trust Co./CN=DST Root CA X3'
access_id_CA X509 '/O=Digital Signature Trust Co./CN=DST Root CA X3'
pos_rights globus CA:sign
cond_subjects globus '"/C=US/O=Let\'s Encrypt/CN=Let\'s Encrypt Authority X3" "/C=US/O=Let\'s Encrypt/CN=Let\'s Encrypt Authority X4" "/C=US/O=Let\'s Encrypt/CN=R3" "/C=US/O=Let\'s Encrypt/CN=R4"'

0 comments on commit 6de318e

Please sign in to comment.