ssl dsaKey¶
The following operations can be performed on "ssl dsaKey":
create ssl dsaKey¶
Generates a DSA key.
Synopsys¶
create ssl dsaKey <keyFile> <bits> [-keyform ( DER | PEM )] [-des | -des3] {-password }
Arguments¶
keyFile
Name for and, optionally, path to the DSA key file. /nsconfig/ssl/ is the default path.
Maximum value: 63
bits
Size, in bits, of the DSA key.
Minimum value: 512
Maximum value: 2048
keyform
Format in which the DSA key file is stored on the appliance.
Possible values: DER, PEM
Default value: PEM
des
Encrypt the generated DSA key by using the DES algorithm. On the command line, you are prompted to enter the pass phrase (password) that will be used to encrypt the key.
des3
Encrypt the generated DSA key by using the Triple-DES algorithm. On the command line, you are prompted to enter the pass phrase (password) that will be used to encrypt the key.
password
Pass phrase to use for encryption if DES or DES3 option is selected.
Maximum value: 31
Example¶
create ssl dsakey /nsconfig/ssl/dsa1024.pem 1024