diff options
Diffstat (limited to 'src/content/docs/advanced/key-package.md')
-rw-r--r-- | src/content/docs/advanced/key-package.md | 39 |
1 files changed, 15 insertions, 24 deletions
diff --git a/src/content/docs/advanced/key-package.md b/src/content/docs/advanced/key-package.md index e25d169..bb0c01a 100644 --- a/src/content/docs/advanced/key-package.md +++ b/src/content/docs/advanced/key-package.md @@ -75,34 +75,25 @@ To transfer the KeyPackage: To import the KeyPackage after transferring it to the target device, follow these steps: - + -1. **Initiate Import**: +- **Initiate Import**: Open the key management tool on the target device and +click on the "Import Key" button. +- **Select KeyPackage Option**: As shown in the image, from the dropdown menu, +select the "Key Package" option. This indicates that you will be importing a +KeyPackage. - - Open the key management tool on the target device and click on the "Import - Key" button. +- **Select KeyPackage File**: A file selection dialog will appear. First, choose +the `.gpgpack` file that you transferred. This file contains the packaged keys. -2. **Select KeyPackage Option:** +- **Select Key File**: After selecting the `.gpgpack` file, another file +selection dialog will prompt you to choose the corresponding key file. This key +file is used to decrypt the KeyPackage. - - As shown in the image, from the dropdown menu, select the "Key Package" - option. This indicates that you will be importing a KeyPackage. - -3. **Select KeyPackage File**: - - - A file selection dialog will appear. First, choose the `.gpgpack` file that - you transferred. This file contains the packaged keys. - -4. **Select Key File**: - - - After selecting the `.gpgpack` file, another file selection dialog will - prompt you to choose the corresponding key file. This key file is used to - decrypt the KeyPackage. - -5. **Import Keys**: - - Once both files are selected, the key management tool will automatically - import the keys contained within the KeyPackage. You will be prompted to - enter the passphrase that was set during the creation of the KeyPackage to - complete the import process. +- **Import Keys**: Once both files are selected, the key management tool will +automatically import the keys contained within the KeyPackage. You will be +prompted to enter the passphrase that was set during the creation of the +KeyPackage to complete the import process. By following these steps, you can securely import your cryptographic keys from the KeyPackage into the key management tool on the target device. |