Skip to content

Commit

Permalink
capitalized GPG in documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Fontein <felix@fontein.de>
  • Loading branch information
austinlucaslake and felixfontein authored May 9, 2024
1 parent 473ee13 commit f4e06e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/gpg_keypair.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- For non-ECC keys, this specifies the number of bits in the key to create.
- For RSA keys, the minimum is V(1024), the maximum is V(4096), and the default is V(3072).
- For DSA keys, the minimum is V(768), the maximum is V(3072), and the default is V(2048).
- As per gpg's behavior, values below the allowed ranges will be set to the respective defaults, and values above will saturate at the maximum.
- As per GPG's behavior, values below the allowed ranges will be set to the respective defaults, and values above will saturate at the maximum.
type: int
key_curve:
description:
Expand Down

0 comments on commit f4e06e5

Please sign in to comment.