forked from TrueCloudLab/certificates
Format comment.
This commit is contained in:
parent
b42c1dfe64
commit
abf5fc32a3
1 changed files with 5 additions and 5 deletions
|
@ -32,13 +32,13 @@ type Options struct {
|
||||||
CredentialsFile string `json:"credentialsFile,omitempty"`
|
CredentialsFile string `json:"credentialsFile,omitempty"`
|
||||||
|
|
||||||
// CertificateChain contains the issuer certificate, along with any other
|
// CertificateChain contains the issuer certificate, along with any other
|
||||||
// bundled certificates to be returned in the chain for consumers. It is
|
// bundled certificates to be returned in the chain to consumers. It is used
|
||||||
// used used in SoftCAS, and is configured in the crt property of the
|
// used in SoftCAS and it is configured in the crt property of the ca.json.
|
||||||
// ca.json.
|
|
||||||
CertificateChain []*x509.Certificate `json:"-"`
|
CertificateChain []*x509.Certificate `json:"-"`
|
||||||
|
|
||||||
// Signer is the private key or a KMS signer for the issuer certificate. It is used in
|
// Signer is the private key or a KMS signer for the issuer certificate. It
|
||||||
// SoftCAS and it is configured in the key property of the ca.json.
|
// is used in SoftCAS and it is configured in the key property of the
|
||||||
|
// ca.json.
|
||||||
Signer crypto.Signer `json:"-"`
|
Signer crypto.Signer `json:"-"`
|
||||||
|
|
||||||
// CertificateSigner combines CertificateChain and Signer in a callback that
|
// CertificateSigner combines CertificateChain and Signer in a callback that
|
||||||
|
|
Loading…
Reference in a new issue