Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/tools/clu_funcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,7 @@ void wolfCLU_certgenHelp(void) {
WOLFCLU_LOG(WOLFCLU_L0, "\t-days number of days should be valid for");
WOLFCLU_LOG(WOLFCLU_L0, "\t-x509 generate self signed certificate");
WOLFCLU_LOG(WOLFCLU_L0, "\t-extensions overwrite the section to get extensions from");
WOLFCLU_LOG(WOLFCLU_L0, "\t-addext add an extension, ie \"subjectAltName=IP:192.168.1.2,DNS:example.com\"");
WOLFCLU_LOG(WOLFCLU_L0, "\t-nodes no DES encryption on private key output");
WOLFCLU_LOG(WOLFCLU_L0, "\t-newkey generate the private key to use with req");
WOLFCLU_LOG(WOLFCLU_L0, "\t-inkey private key to use with req");
Expand Down
Loading
Loading