Skip to content

Commit 6de318e

Browse files
committed
fix access_id_CA for trustid-x3-root.signing_policy
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
1 parent f46564d commit 6de318e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trustid-x3-root.signing_policy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
access_id_CA X509 '/C=US/O=Digital Signature Trust Co./CN=DST Root CA X3'
1+
access_id_CA X509 '/O=Digital Signature Trust Co./CN=DST Root CA X3'
22
pos_rights globus CA:sign
33
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 commit comments

Comments
 (0)