diff options
| author | saturneric <[email protected]> | 2025-04-08 23:55:21 +0000 | 
|---|---|---|
| committer | saturneric <[email protected]> | 2025-04-08 23:55:45 +0000 | 
| commit | eb6e4d1bc4a4f4e883cd921621a0cebc82d16caa (patch) | |
| tree | a47f1ea58a8027481455896093815bdcb080ae96 /src/content/docs/guides/import-export-key-pair.md | |
| parent | fix: solve format issues (diff) | |
| download | Manual-eb6e4d1bc4a4f4e883cd921621a0cebc82d16caa.tar.gz Manual-eb6e4d1bc4a4f4e883cd921621a0cebc82d16caa.zip | |
feat: adapt manual to v2.1.7
Diffstat (limited to 'src/content/docs/guides/import-export-key-pair.md')
| -rw-r--r-- | src/content/docs/guides/import-export-key-pair.md | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/content/docs/guides/import-export-key-pair.md b/src/content/docs/guides/import-export-key-pair.md index d8f35d0..48a782e 100644 --- a/src/content/docs/guides/import-export-key-pair.md +++ b/src/content/docs/guides/import-export-key-pair.md @@ -11,13 +11,13 @@ To access the import options, navigate to the toolbar and select the desired  method based on your specific requirements. Additionally, you can access  additional options by selecting the action menu in the key management section. - +  In fact, you can find the action menu in the key management section, which  provides access to additional key management options beyond those available in  the toolbar. - +  ### File @@ -82,7 +82,7 @@ shown in the screenshot below. This will save the data to a file. Before  proceeding, please make sure to choose a suitable directory to store the file  containing the public key data. - +  ### Export multiple public keys at once @@ -91,7 +91,7 @@ pairs on the key management interface and click on the "Export to Clipboard"  option. This will copy the data to your system clipboard, which you can then  paste into any application or file. - +  ### Export Private Key @@ -100,7 +100,7 @@ contains the private key (either the primary key or subkey). From there, you can  select a destination and GpgFrontend will export the corresponding private key  content to that location. - +  Exporting the private key also exports both the public key and private key data,  as the private key data alone is meaningless without the corresponding public | 
