diff options
Diffstat (limited to 'certificate.go')
-rw-r--r-- | certificate.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/certificate.go b/certificate.go index 0973793..173fe75 100644 --- a/certificate.go +++ b/certificate.go @@ -153,7 +153,6 @@ func create_cert(cmd *Command, args []string) { crash_with_help(cmd, ErrorFlagInput, "Usage of 'is-ca' and 'ca' is invalid.") } - // TODO implement flags for all certificate options if err != nil { crash_with_help(cmd, ErrorProgram, "Error generating certificate: %s", err) } |