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: