provisioner issuer -> name

This commit is contained in:
max furman 2018-10-29 18:00:30 -07:00
parent ce5f420d77
commit 0d9dd2d14b
11 changed files with 57 additions and 44 deletions

View file

@ -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,
},