Add missing comma in comment.

This commit is contained in:
Mariano Cano 2022-04-15 12:19:32 -07:00
parent 1c24863d2f
commit 3aebe8d019

View file

@ -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