Skip to content
New issue

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

Update CloudCA_Root.crt to CloudCA_Root_v2.crt #64

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ creds/trusted/ATCS*
creds/trusted/BaltimoreCyberTrustRoot2000.crt
creds/www.insta.fi.*
creds/Connector_Infrastructure_CA_*
creds/LDevID_Issuing_CA_v2_*
creds/LDevID_Issuing_CA_v*
creds/trusted/Manufacturer_Root_CA_*
2 changes: 1 addition & 1 deletion config/demo.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ tls_trusted = creds/trusted/DigicertGlobalRootG2.crt

# Tenant on server
recipient = /CN=CloudPKI-Integration-Test
cacert = creds/trusted/CloudCA_Root.crt
cacert = creds/trusted/CloudCA_Root_v2.crt
trusted = $cacert
out_trusted = $cacert
own_trusted = $cacert
Expand Down
22 changes: 0 additions & 22 deletions creds/trusted/CloudCA_Root.crt

This file was deleted.

11 changes: 11 additions & 0 deletions creds/trusted/CloudCA_Root_v2.crt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-----BEGIN CERTIFICATE-----
MIIBpDCCAUmgAwIBAgIGAW0eLuH+MAoGCCqGSM49BAMCMDUxEzARBgNVBAoMCk15
QnVzaW5lc3MxDTALBgNVBAcMBFNpdGUxDzANBgNVBAMMBlRlc3RDQTAeFw0xOTA5
MTEwMjM3MzJaFw0yOTA5MTEwMjM3MzJaMDUxEzARBgNVBAoMCk15QnVzaW5lc3Mx
DTALBgNVBAcMBFNpdGUxDzANBgNVBAMMBlRlc3RDQTBZMBMGByqGSM49AgEGCCqG
SM49AwEHA0IABOkvkTHu8QlT3FHJ1UaI7+WsHOb0US3SALtG5wuKQDjiex06/ScY
5PJibvgHTB+F/QTjgelHGy1YKpwcNMcsSyajRTBDMBIGA1UdEwEB/wQIMAYBAf8C
AQEwDgYDVR0PAQH/BAQDAgIEMB0GA1UdDgQWBBToZIMzQdsD/j/+gX/7cBJucH/X
mjAKBggqhkjOPQQDAgNJADBGAiEAtxQ3+ILGBPItSh4b9WXhXNuhqSP6H+b/LC/f
VYDjQ6oCIQDG2uRCHlVq3yhB58TXMUbzH8+OlhWUvOlRD3VEqDdcQw==
-----END CERTIFICATE-----
Loading