Each DSA characteristic attribute is listed below. You can assign
values (using the SET directive) to all of these attributes except
for the Version attribute. You can display the current value of
all of the attributes using the SHOW directive.
Syntax:
SET DSA <attr> <value> [, ...]
SHOW DSA <attr> [, ...]
where <attr> is the attribute name and <value> is the
value. You can specify more than one attribute in a single
directive by separating the attributes with a comma.
For example:
SET DSA AE TITLE="/C=US/CN=DSA3", PASSWORD="mumble"
SHOW DSA AE TITLE, PASSWORD
You can use the ALL CHARACTERISTICS keywords in a SHOW directive,
for example:
SHOW DSA ALL CHARACTERISTICS
Characteristic attributes can be reset to their default values by
specifying the characteristic attribute without a value in a SET
directive. For example, the following command resets the DSA AE
Title attribute to its default value (no value):
SET DSA AE TITLE
Additional Information:
explode
extract