diff options
Diffstat (limited to '')
-rw-r--r-- | src/content/docs/guides/generate-key.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/content/docs/guides/generate-key.md b/src/content/docs/guides/generate-key.md index a43c38f..55a7699 100644 --- a/src/content/docs/guides/generate-key.md +++ b/src/content/docs/guides/generate-key.md @@ -15,10 +15,12 @@ In the **Key Management** interface, click on the **“New Keypair”** button. opens the **Generate Key** window, where you can define your identity and configure key parameters. + + ## Enter User Information -- **Name**: Required. Enter your full name (minimum 5 characters). -- **Email**: Required. Must be in a valid email format. +- **Name**: Required. Enter your full name (minimum 5 characters). +- **Email**: Required. Must be in a valid email format. - **Comment**: Optional. Helps distinguish this key from others. ## Choose Key Database @@ -36,7 +38,7 @@ Easy Mode simplifies key generation using common templates. You can configure: - **Algorithm**: RSA, DSA, ECC (Curve25519), or other supported types. - **Validity Period**: Choose from preset options (e.g., 3 months, 2 years, 10 - years, or *Non Expired*). + years, or _Non Expired_). - **Combination**: - **Primary Key Only** - **Primary Key with Subkey** — useful when separating signing and encryption |