provisioner issuer -> name
This commit is contained in:
parent
ce5f420d77
commit
0d9dd2d14b
11 changed files with 57 additions and 44 deletions
|
@ -682,13 +682,13 @@ func Test_caHandler_Provisioners(t *testing.T) {
|
|||
p := []*authority.Provisioner{
|
||||
{
|
||||
Type: "JWK",
|
||||
Issuer: "max",
|
||||
Name: "max",
|
||||
EncryptedKey: "abc",
|
||||
Key: &key,
|
||||
},
|
||||
{
|
||||
Type: "JWK",
|
||||
Issuer: "mariano",
|
||||
Name: "mariano",
|
||||
EncryptedKey: "def",
|
||||
Key: &key,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue