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

Backport of Extend expiration of diagnose test-fixture ecdsa certificate into release/1.13.x #19940

Conversation

hc-github-team-secure-vault-core
Copy link
Collaborator

Backport

This PR is auto-generated from #19868 to be assessed for backporting due to the inclusion of the label backport/1.13.x.

The below text is copied from the body of the original PR.


  • The ecdsa certificate was about to expire, thanks for the pointer by @rzimmerman in issue ECDSA test certificate expires soon #19576.

  • Regenerated it with

    • openssl x509 -x509toreq -in ecdsa.crt -signkey ecdsa.key -out ecdsa.csr
    • openssl x509 -req -in ecdsa.csr -signkey ecdsa.key -days 18250 -out ecdsa.crt

ECDSA cert diffs (ignoring sig algo and cert itself)

@@ -2,12 +2,12 @@
     Data:
         Version: 1 (0x0)
         Serial Number:
-            9b:a5:74:d1:ea:ff:a5:50
+            48:f3:1c:e8:fe:bf:e0:e8:d4:87:8d:0f:cf:87:41:0a:56:0e:d7:0d
         Signature Algorithm: ecdsa-with-SHA256
         Issuer: C = US, ST = CA, L = PH, O = Hashicorp, OU = Vault, CN = ecdsa.vault.com, emailAddress = roy@hashicorp.com
         Validity
-            Not Before: Apr  7 14:51:10 2021 GMT
-            Not After : Apr  7 14:51:10 2023 GMT
+            Not Before: Mar 30 18:01:41 2023 GMT
+            Not After : Mar 17 18:01:41 2073 GMT
         Subject: C = US, ST = CA, L = PH, O = Hashicorp, OU = Vault, CN = ecdsa.vault.com, emailAddress = roy@hashicorp.com
         Subject Public Key Info:
             Public Key Algorithm: id-ecPublicKey

Overview of commits

@hc-github-team-secure-vault-core hc-github-team-secure-vault-core force-pushed the backport/stevendpclark/diagnose-test-fixtures-cert-expiry/duly-summary-snake branch 2 times, most recently from df8a68b to 0c8cdea Compare April 3, 2023 13:35
@stevendpclark stevendpclark self-assigned this Apr 3, 2023
@stevendpclark stevendpclark enabled auto-merge (squash) April 3, 2023 13:37
@stevendpclark stevendpclark merged commit 26d9978 into release/1.13.x Apr 3, 2023
@stevendpclark stevendpclark deleted the backport/stevendpclark/diagnose-test-fixtures-cert-expiry/duly-summary-snake branch April 3, 2023 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants