|
security.keystore-remove-key
|
| |
|
description
Deletes a private key and its associated public keys from a keystore.
privilege-required
root
tx-support
false
|
| |
|
INSTRUCTION
|
|
name
|
type
|
default-value
|
required
|
description
|
| keystore |
string |
none |
true |
the name of the keystore, as defined in the server configuration. |
| alias |
string |
none |
true |
The alias of the key, used in the keystore. |
|
| |
|
ERROR
|
|
|
id
|
msg
|
| 1 |
Store not found. |
|
| |
|
EXAMPLE
|
|
|
example 1
|
<nvd:command name="security.keystore-remove-key" alias="thealias"
#{keystore="keystorename"/>
|
|