docs: replace openssl command with client
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
7137630d43
commit
2ea5abcd65
@ -353,8 +353,10 @@ To set up a master key:
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# openssl rsautl -decrypt -inkey master-private.pem -in rsa-encrypted.key -out /path/to/target
|
# proxmox-backup-client key import-with-master-key /path/to/target --master-keyfile /path/to/master-private.pem --encrypted-keyfile /path/to/rsa-encrypted.key
|
||||||
Enter pass phrase for ./master-private.pem: *********
|
Master Key Password: ******
|
||||||
|
New Password: ******
|
||||||
|
Verify Password: ******
|
||||||
|
|
||||||
7. The target file will now contain the encryption key information in plain
|
7. The target file will now contain the encryption key information in plain
|
||||||
text. The success of this can be confirmed by passing the resulting ``json``
|
text. The success of this can be confirmed by passing the resulting ``json``
|
||||||
|
Loading…
Reference in New Issue
Block a user