diff --git a/cas/apiv1/options.go b/cas/apiv1/options.go index cc5998ae..f69f933b 100644 --- a/cas/apiv1/options.go +++ b/cas/apiv1/options.go @@ -16,9 +16,9 @@ type Options struct { Type string `json:"type"` // 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 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"` // CertificateAuthorityFingerprint is the root fingerprint used to