From e3d966a7567e9c4647a9a382ea0a1cc2abe2a96a Mon Sep 17 00:00:00 2001 From: Kslr Date: Tue, 26 Oct 2021 23:16:35 +0800 Subject: [PATCH] Update cert.go (#1353) Fix: the description of -name parameter is missing Co-authored-by: c0520ccf <93182069+c0520ccf@users.noreply.github.com> --- main/commands/all/tls/cert.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/commands/all/tls/cert.go b/main/commands/all/tls/cert.go index 5945d66a7..7caa74edd 100644 --- a/main/commands/all/tls/cert.go +++ b/main/commands/all/tls/cert.go @@ -26,6 +26,9 @@ Arguments: -domain The domain name for the certificate. + -name + The common name of this certificate + -org The organization name for the certificate.