File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1116,7 +1116,7 @@ func sidekickMain(ctx *cli.Context) {
1116
1116
}
1117
1117
fingerprint := sha256 .Sum256 (certificates .Certificate [0 ])
1118
1118
console .Printf ("\n Certificate: % X\n " , fingerprint [:len (fingerprint )/ 2 ])
1119
- console .Printf (" % X" , fingerprint [len (fingerprint )/ 2 :])
1119
+ console .Printf (" % X" , fingerprint [len (fingerprint )/ 2 :])
1120
1120
var publicKeyDER []byte
1121
1121
switch privateKey := certificates .PrivateKey .(type ) {
1122
1122
case * ecdsa.PrivateKey :
@@ -1129,6 +1129,7 @@ func sidekickMain(ctx *cli.Context) {
1129
1129
}
1130
1130
publicKey := sha256 .Sum256 (publicKeyDER )
1131
1131
console .Println ("\n Public Key: " + base64 .StdEncoding .EncodeToString (publicKey [:]))
1132
+ console .Println ()
1132
1133
globalTLSCert .Store (& cert )
1133
1134
1134
1135
tlsConfig := & tls.Config {
You can’t perform that action at this time.
0 commit comments