mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 05:12:54 +00:00
deploy: 1097371cf4
This commit is contained in:
@@ -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
Reference in New Issue
Block a user