From e13e09895d8184523e27ddac51d2b1f4c2a9eb3a Mon Sep 17 00:00:00 2001 From: austinlucaslake Date: Fri, 10 May 2024 03:32:12 +0000 Subject: [PATCH] deploy: 29ac3cbe8174be1e8a3177f588e29fa8eac182e0 --- pr/743/gpg_keypair_module.html | 77 ++++++++++++++++++--------------- pr/743/objects.inv | Bin 17244 -> 17259 bytes pr/743/searchindex.js | 2 +- 3 files changed, 43 insertions(+), 36 deletions(-) diff --git a/pr/743/gpg_keypair_module.html b/pr/743/gpg_keypair_module.html index 176974f7..02b1021b 100644 --- a/pr/743/gpg_keypair_module.html +++ b/pr/743/gpg_keypair_module.html @@ -227,14 +227,14 @@ see

comment

string

-

Specifies a comment for the key’s user id.

+

Specifies a comment for the key’s user ID.

email

string

-

Specifies an email for the key’s user id.

+

Specifies an email for the key’s user ID.

@@ -247,6 +247,7 @@ see expire_date=<n>w, the key expires in n weeks.

If expire_date=<n>m, the key expires in n months.

If expire_date=<n>y, the key expires in n years.

+

Also excepts dates in ISO formats.

If left unspecified, any created GPG keys never expire.

@@ -262,7 +263,7 @@ see

force

boolean

-

If force=True, key generation is executed using the module’s options, even a matching key is found.

+

If force=true, key generation is executed using the module’s options, even a matching key is found.

This parameter does not override check_mode.

This parameter is ignored if state=absent.

Choices:

@@ -279,7 +280,8 @@ see

For ECC keys, this specifies the curve used to generate the keys.

If key_type=EDDSA, key_curve=ed25519 is required.

If key_curve=ed25519 is only supported if key_type=EDDSA.

-

This is required if key_type=ECDSA or key_type=EDDSA and it is ignored if key_type=RSA or key_type=DSA.

+

This parameter is required if key_type=ECDSA or key_type=EDDSA.

+

This parameter is ignored if key_type=RSA or key_type=DSA.

Choices:

name

string

-

Specifies a name for the key’s user id.

+

Specifies a name for the key’s user ID.

passphrase

string

-

Passphrase used to decrypt an existing private key or encr a newly generated private key.

+

Passphrase used to decrypt an existing private key or encrypt a newly generated private key.

@@ -370,12 +374,13 @@ see
-

subkey_curve

-

string

+

key_curve

+

string

Similar to key_curve.

-

cv25519 is supported if subkey_type is ECDH.

-

This is required if subkey_type is ECDSA, EDDSA, or ECDH and it is ignored if subkey_type is RSA, DSA, or ELG.

+

subkeys[].key_curve=cv25519 is supported if subkeys[].key_type=ECDH.

+

This parameter is required if subkeys[].key_type is ECDSA, EDDSA, or ECDH.

+

This parameter is ignored if subkeys[].key_type is RSA, DSA, or ELG.

Choices: