forked from TrueCloudLab/certificates
make json names uniform
Co-authored-by: Ahmet Demir <ahmet2mir+github@gmail.com>
This commit is contained in:
parent
26e40068c8
commit
790a19c6f6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ func init() {
|
||||||
|
|
||||||
type VaultOptions struct {
|
type VaultOptions struct {
|
||||||
PKI string `json:"pki,omitempty"`
|
PKI string `json:"pki,omitempty"`
|
||||||
PKIRoleDefault string `json:"PKIRoleDefault,omitempty"`
|
PKIRoleDefault string `json:"pKIRoleDefault,omitempty"`
|
||||||
PKIRoleRSA string `json:"pkiRoleRSA,omitempty"`
|
PKIRoleRSA string `json:"pkiRoleRSA,omitempty"`
|
||||||
PKIRoleEC string `json:"pkiRoleEC,omitempty"`
|
PKIRoleEC string `json:"pkiRoleEC,omitempty"`
|
||||||
PKIRoleEd25519 string `json:"pkiRoleEd25519,omitempty"`
|
PKIRoleEd25519 string `json:"pkiRoleEd25519,omitempty"`
|
||||||
|
|
Loading…
Reference in a new issue