From 70efb19a866d64d7ad86b0c86bbcaf30500abe5a Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Mon, 15 Sep 2025 17:20:02 -0700 Subject: [PATCH] test.yml: Move sealed sender certificate from secrets bundle --- service/src/test/resources/config/test-secrets-bundle.yml | 5 ++--- service/src/test/resources/config/test.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/service/src/test/resources/config/test-secrets-bundle.yml b/service/src/test/resources/config/test-secrets-bundle.yml index af91cd1a9..af607a988 100644 --- a/service/src/test/resources/config/test-secrets-bundle.yml +++ b/service/src/test/resources/config/test-secrets-bundle.yml @@ -144,11 +144,10 @@ keyTransparencyService.clientPrivateKey: | 7NSEd5L+df4M7V9YxxDoYY+UHd8B/KmrWR29SVIRLncSULgfSnHnHvoH -----END PRIVATE KEY----- -# The below private key was key generated exclusively for testing purposes. Do not use it in any other context. -# ca: +# The below private key was generated exclusively for testing purposes. Do not use it in any other context. +# Trust root for the certificate in test.yml: # Public key : BVDuaR1ZT/5M26nSvFN1XjN4qFqVfwynt03l/GyK2GtP # Private key: 0Ie2/CIxfidwhS+uKSckb2YgtRR7UBLkecHNG2ARiW8= -unidentifiedDelivery.certificate: CikIp/SIvwESIQWXK5ikKQdvB7XpwPowV4djRj6Ni0I9MO12AVNpzQ9DDBJApovqX/gmIc+ukn4YeYtCsk9Q0EoDoXAZPD0D5vflcnncUs2fFLEQLlnSZ/ckXVChZByyuiNiegtl468+A+u5gw== unidentifiedDelivery.privateKey: UKRdvrnxcy1hcILN7RHqUG40/mUd/ZnKkqhQToN4K1U= storageService.userAuthenticationTokenSharedSecret: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA= diff --git a/service/src/test/resources/config/test.yml b/service/src/test/resources/config/test.yml index 16c05c7a5..e12e7ca0c 100644 --- a/service/src/test/resources/config/test.yml +++ b/service/src/test/resources/config/test.yml @@ -305,7 +305,7 @@ openTelemetry: url: http://127.0.0.1:4318/ unidentifiedDelivery: - certificate: CgIIAQ== + certificate: CikIp/SIvwESIQWXK5ikKQdvB7XpwPowV4djRj6Ni0I9MO12AVNpzQ9DDBJApovqX/gmIc+ukn4YeYtCsk9Q0EoDoXAZPD0D5vflcnncUs2fFLEQLlnSZ/ckXVChZByyuiNiegtl468+A+u5gw== privateKey: secret://unidentifiedDelivery.privateKey expiresDays: 7