Skip to content

Commit 30704be

Browse files
author
Rap
committed
MR comments
1 parent 792fffb commit 30704be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/certificate-generator/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func main() {
114114
if err != nil {
115115
log.Fatal(err)
116116
}
117-
WriteCertOut(opts, cert)
117+
WritePrivateKey(opts, priv)
118118
WriteCsrOut(opts, csr)
119119
default:
120120
fmt.Println("invalid command")

0 commit comments

Comments
 (0)