This commit is contained in:
felixfontein
2022-11-27 17:23:47 +00:00
parent 0e479a92ae
commit 733d1af08d
2 changed files with 3 additions and 3 deletions

View File

@@ -175,8 +175,8 @@ see <a class="reference internal" href="#ansible-collections-community-crypto-op
<section id="synopsis">
<h2><a class="toc-backref" href="#id1">Synopsis</a><a class="headerlink" href="#synopsis" title="Permalink to this heading"></a></h2>
<ul class="simple">
<li><p>This module allows one to (re)generate OpenSSL public keys from their private keys.</p></li>
<li><p>Keys are generated in PEM or OpenSSH format.</p></li>
<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>The module uses the cryptography Python library.</p></li>
</ul>
</section>

File diff suppressed because one or more lines are too long