diff options
| author | saturneric <[email protected]> | 2025-06-27 23:10:23 +0000 | 
|---|---|---|
| committer | saturneric <[email protected]> | 2025-06-27 23:10:23 +0000 | 
| commit | 182ac96e4eec9504ab1fa85bf3a1b7293199d8e2 (patch) | |
| tree | 8ad194489e224cee58b5f0a9df9787ee3db6db96 /src/content/docs/advanced/key-database.mdx | |
| parent | docs(guides): add comprehensive guide for understanding GpgFrontend interface... (diff) | |
| download | Manual-182ac96e4eec9504ab1fa85bf3a1b7293199d8e2.tar.gz Manual-182ac96e4eec9504ab1fa85bf3a1b7293199d8e2.zip | |
docs(advanced): add detailed documentation for Multi-Key Database and KeyPackage features
Diffstat (limited to '')
| -rw-r--r-- | src/content/docs/advanced/key-database.mdx (renamed from src/content/docs/advanced/key-database.md) | 40 | 
1 files changed, 20 insertions, 20 deletions
| diff --git a/src/content/docs/advanced/key-database.md b/src/content/docs/advanced/key-database.mdx index ebec9d5..aba43e4 100644 --- a/src/content/docs/advanced/key-database.md +++ b/src/content/docs/advanced/key-database.mdx @@ -5,23 +5,23 @@ sidebar:    order: 2  --- +import { Steps } from "@astrojs/starlight/components"; +  GpgFrontend introduces **Multi-Key Database Support**, providing users with a  flexible and organized way to manage multiple key databases. This feature is  ideal for users who require separate cryptographic environments for different  projects, organizations, or levels of security. -## Features and Benefits - -### Key Features +## Features -1. **Multiple Key Databases**: Manage distinct key databases for specific -   purposes or contexts. -2. **Flexible Switching**: Easily switch between databases for different -   operations without affecting other configurations. -3. **Customizable Management**: Add, edit, reorder, or remove databases as -   needed. +- **Multiple Key Databases**: Manage distinct key databases for specific +  purposes or contexts. +- **Flexible Switching**: Easily switch between databases for different +  operations without affecting other configurations. +- **Customizable Management**: Add, edit, reorder, or remove databases as +  needed. -### Benefits +## Benefits  - **Improved Security**: Isolate sensitive keys in dedicated databases to    minimize exposure. @@ -34,19 +34,19 @@ projects, organizations, or levels of security.  To manage multiple key databases, follow these steps: -### Access the Advanced Menu +<Steps> -- Click on the **Advanced** menu in the top navigation bar. -- Select **Open GnuPG Controller** from the dropdown options. +1. Click on the **Advanced** menu in the top navigation bar. - +2. Select **Open GnuPG Controller** from the dropdown options. +    -### Navigate to the Key Database Tab +3. In the **GnuPG Controller** window, switch to the **Key Database** tab. -- In the **GnuPG Controller** window, switch to the **Key Database** tab. -- Here, you will find a list of all configured key databases. +4. Here, you will find a list of all configured key databases. +    - +</Steps>  ## Managing Key Databases @@ -68,14 +68,14 @@ database paths remain valid and consistent regardless of the host environment.  Right-click on a database entry to view options like: + +  - **Move Up/Move Down**: Reorder the database list.  - **Move to Top**: Prioritize a database by moving it to the top. If a database    is at the top, it is considered as the Default Key Database.  - **Edit**: Rename or modify the path of an existing database.  - **Remove**: Delete a database from the configuration. - -  :::caution  Any changes to the key database settings will require an application | 
