mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
provisioner issuer -> name
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user