forked from TrueCloudLab/certificates
Add missing comma in comment.
This commit is contained in:
parent
1c24863d2f
commit
3aebe8d019
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ type Options struct {
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
|
|
||||||
// CertificateAuthority reference:
|
// CertificateAuthority reference:
|
||||||
// In StepCAS the value 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/*".
|
// In CloudCAS the format is "projects/*/locations/*/certificateAuthorities/*".
|
||||||
// In VaultCAS the value is the url, e.g. "https://vault.smallstep.com".
|
// In VaultCAS the value is the url, e.g., "https://vault.smallstep.com".
|
||||||
CertificateAuthority string `json:"certificateAuthority,omitempty"`
|
CertificateAuthority string `json:"certificateAuthority,omitempty"`
|
||||||
|
|
||||||
// CertificateAuthorityFingerprint is the root fingerprint used to
|
// CertificateAuthorityFingerprint is the root fingerprint used to
|
||||||
|
|
Loading…
Reference in a new issue