From: Jennifer Sutton Date: Mon, 3 Nov 2025 03:50:52 +0000 (+1300) Subject: docs-xml: Document samba-tool subcommand to generate Certificate Signing Requests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3aa479f962574c56f754bc407763f9a7ec9778c;p=thirdparty%2Fsamba.git docs-xml: Document samba-tool subcommand to generate Certificate Signing Requests Signed-off-by: Jennifer Sutton Reviewed-by: Douglas Bagnall Reviewed-by: Gary Lockyer Autobuild-User(master): Douglas Bagnall Autobuild-Date(master): Wed Nov 5 05:13:01 UTC 2025 on atb-devel-224 --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index b27b168f471..9f6deee342e 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -384,6 +384,26 @@ The --verbose includes more, probably useless, information. + + computer generate-csr <replaceable>computername</replaceable> + <replaceable>subject_name</replaceable> + <replaceable>private_key_filename</replaceable> + <replaceable>output_filename</replaceable> [options] + Generate a PEM‐encoded Certificate Signing Request for a computer. + + + + + --private-key-encoding + Specify which encoding the private key uses. Default is 'auto'. + + + --private-key-pass + Provide a password to decrypt the private key. + + + + contact @@ -4482,6 +4502,26 @@ The --verbose includes more, probably useless, information. + + user generate-csr <replaceable>username</replaceable> + <replaceable>subject_name</replaceable> + <replaceable>private_key_filename</replaceable> + <replaceable>output_filename</replaceable> [options] + Generate a PEM‐encoded Certificate Signing Request for a user. + + + + + --private-key-encoding + Specify which encoding the private key uses. Default is 'auto'. + + + --private-key-pass + Provide a password to decrypt the private key. + + + + vampire [options] <replaceable>domain</replaceable>