forked from TrueCloudLab/certificates
Unify json parameters.
This commit is contained in:
parent
790a19c6f6
commit
48bc20c9f3
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue