From 38606d289f15c5fba8ceb9adfc35242c91771a89 Mon Sep 17 00:00:00 2001 From: austinlucaslake Date: Thu, 9 May 2024 20:47:09 +0000 Subject: [PATCH] deploy: 29ac3cbe8174be1e8a3177f588e29fa8eac182e0 --- pr/743/gpg_keypair_module.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr/743/gpg_keypair_module.html b/pr/743/gpg_keypair_module.html index c5ae47af..176974f7 100644 --- a/pr/743/gpg_keypair_module.html +++ b/pr/743/gpg_keypair_module.html @@ -300,7 +300,7 @@ see

For non-ECC keys, this specifies the number of bits in the key to create.

For RSA keys, the minimum is 1024, the maximum is 4096, and the default is 3072.

For DSA keys, the minimum is 768, the maximum is 3072, and the default is 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.