Update options.go
This commit is contained in:
parent
f3396bf964
commit
7a1eb43bb1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ type Options struct {
|
||||||
// `projects/*/locations/*/certificateAuthorities/*`.
|
// `projects/*/locations/*/certificateAuthorities/*`.
|
||||||
CertificateAuthority string `json:"certificateAuthority"`
|
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.
|
// They are configured in ca.json crt and key properties.
|
||||||
CertificateChain []*x509.Certificate
|
CertificateChain []*x509.Certificate
|
||||||
Signer crypto.Signer `json:"-"`
|
Signer crypto.Signer `json:"-"`
|
||||||
|
|
Loading…
Reference in a new issue