forked from TrueCloudLab/certificates
Fix typo.
This commit is contained in:
parent
edc7c4d90e
commit
d9f93ccfde
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ type Options struct {
|
|||
Type string `json:"type"`
|
||||
|
||||
// CertificateAuthority reference:
|
||||
// In StepCAS the values is the CA url, e.g. "https://ca.smallstep.com:9000".
|
||||
// In StepCAS the value is the CA url, e.g. "https://ca.smallstep.com:9000".
|
||||
// In CloudCAS the format is "projects/*/locations/*/certificateAuthorities/*".
|
||||
CertificateAuthority string `json:"certificateAuthority,omitempty"`
|
||||
|
||||
|
|
Loading…
Reference in a new issue