This commit is contained in:
dlehrman
2023-02-08 22:26:38 +00:00
parent 289e2d928c
commit 7f1c34e23b

View File

@@ -218,11 +218,12 @@ see <a class="reference internal" href="#ansible-collections-community-crypto-ge
<tr class="row-odd"><td><div class="ansible-option-cell">
<div class="ansibleOptionAnchor" id="parameter-ciphers"></div><p class="ansible-option-title" id="ansible-collections-community-crypto-get-certificate-module-parameter-ciphers"><strong>ciphers</strong></p>
<a class="ansibleOptionLink" href="#parameter-ciphers" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">list</span> / <span class="ansible-option-elements">elements=string</span></p>
<p><span class="ansible-option-versionadded">added in community.crypto 2.11.0</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>SSL/TLS Ciphers to use for the request.</p>
<p>When a list is provided, all ciphers are joined in order with <code class="docutils literal notranslate"><span class="pre">:</span></code></p>
<p>When a list is provided, all ciphers are joined in order with <code class="docutils literal notranslate"><span class="pre">:</span></code>.</p>
<p>See the <a class="reference external" href="https://www.openssl.org/docs/manmaster/man1/openssl-ciphers.html#CIPHER-LIST-FORMAT">OpenSSL Cipher List Format</a> for more details.</p>
<p>The available ciphers is dependent on the Python and OpenSSL/LibreSSL versions</p>
<p>The available ciphers is dependent on the Python and OpenSSL/LibreSSL versions.</p>
</div></td>
</tr>
<tr class="row-even"><td><div class="ansible-option-cell">