]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml: Document samba-tool subcommand to generate Certificate Signing Requests
authorJennifer Sutton <jennifersutton@catalyst.net.nz>
Mon, 3 Nov 2025 03:50:52 +0000 (16:50 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 5 Nov 2025 05:13:01 +0000 (05:13 +0000)
Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Autobuild-User(master): Douglas Bagnall <dbagnall@samba.org>
Autobuild-Date(master): Wed Nov  5 05:13:01 UTC 2025 on atb-devel-224

docs-xml/manpages/samba-tool.8.xml

index b27b168f4710f23e5abde58a8fd6ec4f3419c8bd..9f6deee342e5720d12fe16bc84f4992c15609b91 100644 (file)
@@ -384,6 +384,26 @@ The <constant>--verbose</constant> includes more, probably useless, information.
 </variablelist>
 </refsect3>
 
+<refsect3>
+       <title>computer generate-csr <replaceable>computername</replaceable>
+       <replaceable>subject_name</replaceable>
+       <replaceable>private_key_filename</replaceable>
+       <replaceable>output_filename</replaceable> [options]</title>
+       <para>Generate a PEM‐encoded Certificate Signing Request for a computer.</para>
+
+       <variablelist>
+       <!--Options-->
+         <varlistentry>
+           <term>--private-key-encoding</term>
+           <listitem><para>Specify which encoding the private key uses. Default is 'auto'.</para></listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>--private-key-pass</term>
+           <listitem><para>Provide a password to decrypt the private key.</para></listitem>
+         </varlistentry>
+       </variablelist>
+</refsect3>
+
 
 <refsect2>
        <title>contact</title>
@@ -4482,6 +4502,26 @@ The <constant>--verbose</constant> includes more, probably useless, information.
 </variablelist>
 </refsect3>
 
+<refsect3>
+       <title>user generate-csr <replaceable>username</replaceable>
+       <replaceable>subject_name</replaceable>
+       <replaceable>private_key_filename</replaceable>
+       <replaceable>output_filename</replaceable> [options]</title>
+       <para>Generate a PEM‐encoded Certificate Signing Request for a user.</para>
+
+       <variablelist>
+       <!--Options-->
+         <varlistentry>
+           <term>--private-key-encoding</term>
+           <listitem><para>Specify which encoding the private key uses. Default is 'auto'.</para></listitem>
+         </varlistentry>
+         <varlistentry>
+           <term>--private-key-pass</term>
+           <listitem><para>Provide a password to decrypt the private key.</para></listitem>
+         </varlistentry>
+       </variablelist>
+</refsect3>
+
 
 <refsect2>
        <title>vampire [options] <replaceable>domain</replaceable></title>