diff --git a/cas/vaultcas/vaultcas.go b/cas/vaultcas/vaultcas.go index a6b8d62c..e27381df 100644 --- a/cas/vaultcas/vaultcas.go +++ b/cas/vaultcas/vaultcas.go @@ -27,7 +27,7 @@ func init() { type VaultOptions struct { PKI string `json:"pki,omitempty"` - PKIRoleDefault string `json:"PKIRoleDefault,omitempty"` + PKIRoleDefault string `json:"pKIRoleDefault,omitempty"` PKIRoleRSA string `json:"pkiRoleRSA,omitempty"` PKIRoleEC string `json:"pkiRoleEC,omitempty"` PKIRoleEd25519 string `json:"pkiRoleEd25519,omitempty"`