|
|
| |
OpenXPKI::Server::API2::Plugin::Datapool::create_datapool_encryption_key(3) |
User Contributed Perl Documentation |
OpenXPKI::Server::API2::Plugin::Datapool::create_datapool_encryption_key(3) |
OpenXPKI::Server::API2::Plugin::Datapool::create_datapool_encryption_key
Example:
CTX('api2')->create_datapool_encryption_key(
pki_realm => $pki_realm,
dynamic_iv => 1,
expiration_date => time + 3600 * 24 * 7,
);
Parameters
- "pki_realm" Str - PKI realm.
Optional, default: current realm
- "expiration_date" Int - UNIX
epoch timestamp when the entry shall be deleted. Optional, default: keep
entry infinitely.
- "dynamic-iv" Bool - set to 1 if
you wish the entry to be encrypted. Optional, default: 0
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |