diff options
Diffstat (limited to 'src/content/docs/advanced/key-package.md')
-rw-r--r-- | src/content/docs/advanced/key-package.md | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/src/content/docs/advanced/key-package.md b/src/content/docs/advanced/key-package.md index 3f5868e..fd85173 100644 --- a/src/content/docs/advanced/key-package.md +++ b/src/content/docs/advanced/key-package.md @@ -70,7 +70,42 @@ To transfer the KeyPackage: 2. Once transferred, import the KeyPackage into the key management tool on the target device using the passphrase set during the creation process. -## After Transfer: Importing and Verifying +## After Transfer: Importing + +To import the KeyPackage after transferring it to the target device, follow +these steps: + + + +1. **Initiate Import**: + + - Open the key management tool on the target device and click on the "Import + Key" button. + +2. **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. + +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. + +By following these steps, you can securely import your cryptographic keys from +the KeyPackage into the key management tool on the target device. ## Best Practices |