From 7a1eb43bb175332f5d11327ca121348929166286 Mon Sep 17 00:00:00 2001 From: Miclain K Keffeler Date: Mon, 28 Dec 2020 17:12:37 -0600 Subject: [PATCH] Update options.go --- cas/apiv1/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cas/apiv1/options.go b/cas/apiv1/options.go index d185d71a..46efae3b 100644 --- a/cas/apiv1/options.go +++ b/cas/apiv1/options.go @@ -21,7 +21,7 @@ type Options struct { // `projects/*/locations/*/certificateAuthorities/*`. CertificateAuthority string `json:"certificateAuthority"` - // Issuer and signer are the issuer certificate and signer used in SoftCAS. + // Certificate and signer are the issuer certificate,along with any other bundled certificates to be returned in the chain for consumers, and signer used in SoftCAS. // They are configured in ca.json crt and key properties. CertificateChain []*x509.Certificate Signer crypto.Signer `json:"-"`