|
security.create-signature-key
|
| |
|
description
Generates a user's private and public keys for document signature.
privilege-required
root
tx-support
false
|
| |
|
INSTRUCTION
|
|
name
|
type
|
default-value
|
required
|
description
|
| login |
string |
none |
true |
The login of the user that needs key generation. |
| domain-id |
integer |
none |
false |
Domain id. |
|
| |
|
ERROR
|
|
|
id
|
msg
|
| 1 |
Invalid domain id. |
| 2 |
Unknown user login. |
| 3 |
This user already has a key. |
|
| |
|
EXAMPLE
|
|
|
example 1
|
<nvd:command name="security.create-signature-key" login="alogin"/>
|
|