gh-pages
sapnajainEntrust 2023-11-16 13:48:35 +00:00
parent 493c133145
commit 394175def4
1 changed files with 3 additions and 3 deletions

View File

@ -576,7 +576,7 @@ see <a class="reference internal" href="#ansible-collections-community-crypto-en
<div class="ansibleOptionAnchor" id="parameter-force"></div><p class="ansible-option-title" id="ansible-collections-community-crypto-entrust-cagw-certificate-module-parameter-force"><strong>force</strong></p> <div class="ansibleOptionAnchor" id="parameter-force"></div><p class="ansible-option-title" id="ansible-collections-community-crypto-entrust-cagw-certificate-module-parameter-force"><strong>force</strong></p>
<a class="ansibleOptionLink" href="#parameter-force" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p> <a class="ansibleOptionLink" href="#parameter-force" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">boolean</span></p>
</div></td> </div></td>
<td><div class="ansible-option-cell"><p>If <code class="ansible-option-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-crypto-entrust-cagw-certificate-module-parameter-force"><span class="std std-ref"><span class="pre">force=True</span></span></a></code> then a certificate is requested regardless of whether <em>path</em> points to an existing valid certificate.</p> <td><div class="ansible-option-cell"><p>If <code class="ansible-option-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-crypto-entrust-cagw-certificate-module-parameter-force"><span class="std std-ref"><span class="pre">force=true</span></span></a></code> then a certificate is requested regardless of whether <em>path</em> points to an existing valid certificate.</p>
<p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p> <p class="ansible-option-line"><strong class="ansible-option-choices">Choices:</strong></p>
<ul class="simple"> <ul class="simple">
<li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">false</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li> <li><p><code class="ansible-option-default-bold docutils literal notranslate"><strong><span class="pre">false</span></strong></code> <span class="ansible-option-choices-default-mark">← (default)</span></p></li>
@ -603,7 +603,7 @@ see <a class="reference internal" href="#ansible-collections-community-crypto-en
<a class="ansibleOptionLink" href="#parameter-path" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">path</span></p> <a class="ansibleOptionLink" href="#parameter-path" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">path</span></p>
</div></td> </div></td>
<td><div class="ansible-option-cell"><p>The destination path for the generated certificate as a PEM encoded cert.</p> <td><div class="ansible-option-cell"><p>The destination path for the generated certificate as a PEM encoded cert.</p>
<p>If there is already a certificate at this location and <code class="ansible-option-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-crypto-entrust-cagw-certificate-module-parameter-force"><span class="std std-ref"><span class="pre">force=True</span></span></a></code> then it will be replaced always. but if <em>force</em> is not specified then we get the certificate validity for existing certificate from Entrust CAGW. If <code class="docutils literal notranslate"><span class="pre">cert_days</span> <span class="pre">&lt;</span> <span class="pre">remaining_days</span></code> then only a new certificate will be obtained.</p> <p>If there is already a certificate at this location and <code class="ansible-option-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-crypto-entrust-cagw-certificate-module-parameter-force"><span class="std std-ref"><span class="pre">force=true</span></span></a></code> then it will be replaced always. but if <em>force</em> is not specified then we get the certificate validity for existing certificate from Entrust CAGW. If <code class="docutils literal notranslate"><span class="pre">cert_days</span> <span class="pre">&lt;</span> <span class="pre">remaining_days</span></code> then only a new certificate will be obtained.</p>
<p>If <code class="ansible-option-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-crypto-entrust-cagw-certificate-module-parameter-enrollment-format"><span class="std std-ref"><span class="pre">enrollment_format=PKCS12</span></span></a></code> then it will have Base64 encoded PKCS12 body.</p> <p>If <code class="ansible-option-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-crypto-entrust-cagw-certificate-module-parameter-enrollment-format"><span class="std std-ref"><span class="pre">enrollment_format=PKCS12</span></span></a></code> then it will have Base64 encoded PKCS12 body.</p>
</div></td> </div></td>
</tr> </tr>
@ -620,7 +620,7 @@ see <a class="reference internal" href="#ansible-collections-community-crypto-en
<a class="ansibleOptionLink" href="#parameter-remaining_days" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p> <a class="ansibleOptionLink" href="#parameter-remaining_days" title="Permalink to this option"></a><p class="ansible-option-type-line"><span class="ansible-option-type">integer</span></p>
</div></td> </div></td>
<td><div class="ansible-option-cell"><p>The number of days the certificate must have left being valid. If a certificate is already present at the <em>path</em> and <em>force</em> is not specified then we get the certificate validity for existing certificate from Entrust CAGW. If <code class="docutils literal notranslate"><span class="pre">cert_days</span> <span class="pre">&lt;</span> <span class="pre">remaining_days</span></code> then a new certificate will be obtained.</p> <td><div class="ansible-option-cell"><p>The number of days the certificate must have left being valid. If a certificate is already present at the <em>path</em> and <em>force</em> is not specified then we get the certificate validity for existing certificate from Entrust CAGW. If <code class="docutils literal notranslate"><span class="pre">cert_days</span> <span class="pre">&lt;</span> <span class="pre">remaining_days</span></code> then a new certificate will be obtained.</p>
<p>The <code class="ansible-option-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-crypto-entrust-cagw-certificate-module-parameter-force"><span class="std std-ref"><span class="pre">force=True</span></span></a></code> option may be used to ensure that a new certificate is always obtained.</p> <p>The <code class="ansible-option-value docutils literal notranslate"><a class="reference internal" href="#ansible-collections-community-crypto-entrust-cagw-certificate-module-parameter-force"><span class="std std-ref"><span class="pre">force=true</span></span></a></code> option may be used to ensure that a new certificate is always obtained.</p>
<p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">30</span></code></p> <p class="ansible-option-line"><strong class="ansible-option-default-bold">Default:</strong> <code class="ansible-option-default docutils literal notranslate"><span class="pre">30</span></code></p>
</div></td> </div></td>
</tr> </tr>