mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Switch ed25519 keytype to ec keytype to make the fips build happy. (#18889)
This commit is contained in:
parent
61c77c81fa
commit
e8c5f2aea0
@ -155,7 +155,7 @@ func createComplicatedIssuerSetUpWithIssueIntermediate(t *testing.T, client *api
|
||||
"pki", "issue", "-format=json", "-issuer_name=intX2",
|
||||
"pki-newroot/issuer/rootX3",
|
||||
"pki-int/",
|
||||
"key_type=ed25519",
|
||||
"key_type=ec",
|
||||
"common_name=Int X2",
|
||||
"ttl=3650d",
|
||||
}
|
||||
|
||||
@ -313,7 +313,7 @@ func createComplicatedIssuerSetUp(t *testing.T, client *api.Client) {
|
||||
|
||||
// Intermediate X2
|
||||
int2CsrResp, err := client.Logical().Write("pki-int/intermediate/generate/internal", map[string]interface{}{
|
||||
"key_type": "ed25519",
|
||||
"key_type": "ec",
|
||||
"common_name": "Int X2",
|
||||
"ttl": "3650d",
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user