This commit is contained in:
felixfontein
2023-10-07 13:27:31 +00:00
parent 944f183a1d
commit 3e925ed51c

View File

@@ -194,7 +194,7 @@ see <a class="reference internal" href="#ansible-collections-community-crypto-op
<h2><a class="toc-backref" href="#id1" role="doc-backlink">Synopsis</a><a class="headerlink" href="#synopsis" title="Link to this heading"></a></h2>
<ul class="simple">
<li><p>This module allows one to (re)generate public keys from their private keys.</p></li>
<li><p>Public keys are generated in PEM or OpenSSH format. Private keys must be OpenSSL PEM keys. OpenSSH private keys are not supported, use the <a class="reference internal" href="openssh_keypair_module.html#ansible-collections-community-crypto-openssh-keypair-module"><span class="std std-ref">community.crypto.openssh_keypair</span></a> module to manage these.</p></li>
<li><p>Public keys are generated in PEM or OpenSSH format. Private keys must be OpenSSL PEM keys. <strong>OpenSSH private keys are not supported</strong>, use the <a class="reference internal" href="openssh_keypair_module.html#ansible-collections-community-crypto-openssh-keypair-module"><span class="std std-ref">community.crypto.openssh_keypair</span></a> module to manage these.</p></li>
<li><p>The module uses the cryptography Python library.</p></li>
</ul>
</section>