mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Fix pki tests (#4318)
This commit is contained in:
committed by
Jeff Mitchell
parent
4105c9189e
commit
64a58aa1f7
@@ -1487,9 +1487,10 @@ func generateCATestingSteps(t *testing.T, caCert, caKey, otherCaCert string, int
|
||||
// Generates steps to test out various role permutations
|
||||
func generateRoleSteps(t *testing.T, useCSRs bool) []logicaltest.TestStep {
|
||||
roleVals := roleEntry{
|
||||
MaxTTL: "12h",
|
||||
KeyType: "rsa",
|
||||
KeyBits: 2048,
|
||||
MaxTTL: "12h",
|
||||
KeyType: "rsa",
|
||||
KeyBits: 2048,
|
||||
RequireCN: true,
|
||||
}
|
||||
issueVals := certutil.IssueData{}
|
||||
ret := []logicaltest.TestStep{}
|
||||
|
||||
Reference in New Issue
Block a user