We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffbbaf commit f4b7af4Copy full SHA for f4b7af4
internal/mode/static/state/graph/certificate_bundle.go
@@ -24,11 +24,11 @@ type CertificateBundle struct {
24
25
// Certificate houses the real certificate data that is sent to the configurator.
26
type Certificate struct {
27
- // TLSCert is the SSL certificate used to send to CA
+ // TLSCert is the SSL certificate used to send to CA.
28
TLSCert []byte
29
- // TLSPrivateKey is the cryptographic key for encrpyting traffic during secure TLS
+ // TLSPrivateKey is the cryptographic key for encrpyting traffic during secure TLS.
30
TLSPrivateKey []byte
31
- // CACert is the root certificate authority
+ // CACert is the root certificate authority.
32
CACert []byte
33
}
34
0 commit comments