2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-05 23:53:19 +00:00

Fix help text for the CreateKeyPair demo

The help message for the CreateKeyPair demo shows an incorrect
algorithm (AES) but for asymmetric keys PyKMIP only supports RSA
with a minimum length of 512-bits. This change updates the PyKMIP
documentation to correct this.

Signed-off-by: Gaurav Kumar Garg <garg.gaurav52@gmail.com>
This commit is contained in:
uniscon1105
2018-01-26 12:34:15 +01:00
committed by Gaurav Kumar Garg
parent 425b87938f
commit 0e6b599a6c
2 changed files with 6 additions and 6 deletions

View File

@@ -373,11 +373,11 @@ CreateKeyPair
~~~~~~~~~~~~~
The CreateKeyPair operation is used to create asymmetric key pairs.
========== ==========
========== ===============
Algorithm Key Sizes
========== ==========
RSA 1024, 2048
========== ==========
========== ===============
RSA 512, 1024, 2048
========== ===============
All users are allowed to create asymmetric keys. There are no quotas currently
enforced by the server.