diff options
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 0712ed597..49b7fb514 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -366,11 +366,10 @@ The format of this file is as follows: This is a required parameter. Key-Length: <length-in-bits> Length of the key in bits. Default is 1024. - Key-Usage: <usage-list> Space or comma delimited list of key usage, allowed values are - "encrypt" and "sign". This is used to generate the key flags - and must match the algorithm. + "encrypt" and "sign". This is used to generate the key flags. + Please make sure that the algorithm is capable of this usage. Subkey-Type: <algo-number>|<algo-string> This generates a secondary key. Currently only one subkey can be handled. |