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"`
|
||||
|
||||
// CertificateChain contains the issuer certificate, along with any other
|
||||
// bundled certificates to be returned in the chain for consumers. It is
|
||||
// used used in SoftCAS, and is configured in the crt property of the
|
||||
// ca.json.
|
||||
// bundled certificates to be returned in the chain to consumers. It is used
|
||||
// used in SoftCAS and it is configured in the crt property of the ca.json.
|
||||
CertificateChain []*x509.Certificate `json:"-"`
|
||||
|
||||
// Signer is the private key or a KMS signer for the issuer certificate. It is used in
|
||||
// SoftCAS and it is configured in the key property of the ca.json.
|
||||
// Signer is the private key or a KMS signer for the issuer certificate. It
|
||||
// is used in SoftCAS and it is configured in the key property of the
|
||||
// ca.json.
|
||||
Signer crypto.Signer `json:"-"`
|
||||
|
||||
// CertificateSigner combines CertificateChain and Signer in a callback that
|
||||
|
|
Loading…
Reference in a new issue