This commit is contained in:
felixfontein
2023-08-12 10:59:50 +00:00
parent da85189d21
commit c1902a5568
2 changed files with 4 additions and 3 deletions

View File

@@ -218,10 +218,11 @@ see <a class="reference internal" href="#ansible-collections-community-crypto-ge
<p><span class="ansible-option-versionadded">added in community.crypto 2.12.0</span></p>
</div></td>
<td><div class="ansible-option-cell"><p>Whether to encode the ASN.1 values in the <code class="ansible-return-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-crypto-get-certificate-module-return-extensions"><span class="std std-ref"><span class="pre">extensions</span></span></a></code> return value with Base64 or not.</p>
<p>The documentation claimed for a long time that the values are Base64 encoded, but they never were. For compatibility this option is set to <code class="ansible-value docutils literal notranslate"><span class="pre">false</span></code>, but that value will eventually be deprecated and changed to <code class="ansible-value docutils literal notranslate"><span class="pre">true</span></code>.</p>
<p>The documentation claimed for a long time that the values are Base64 encoded, but they never were. For compatibility this option is set to <code class="ansible-value docutils literal notranslate"><span class="pre">false</span></code>.</p>
<p>The default value <code class="ansible-value docutils literal notranslate"><span class="pre">false</span></code> is <strong>deprecated</strong> and will change to <code class="ansible-value docutils literal notranslate"><span class="pre">true</span></code> in community.crypto 3.0.0.</p>
<p class="ansible-option-line"><span class="ansible-option-choices">Choices:</span></p>
<ul class="simple">
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><span class="pre">false</span></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">false</span></code></p></li>
<li><p><code class="ansible-option-choices-entry docutils literal notranslate"><span class="pre">true</span></code></p></li>
</ul>
</div></td>

File diff suppressed because one or more lines are too long