GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Workflow::Activity::Tools::Datapool::ModifyEntry(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Activity::Tools::Datapool::ModifyEntry(3)

OpenXPKI::Server::Workflow::Activity::Tools::Datapool::ModifyEntry

Modify the key and/or expiration date of a datapool entry.

This does NOT change the value of a datapool entry.

In the activity definition, the following parameters must be set. See the example that follows.
namespace
The namespace to use.
key
Key within the namespace to access.
newkey
New key for the entry.
force
Causes the set action to overwrite an existing entry.
expiration_date
Sets expiration date of the datapool entry to the specified value. The value can either be an epoch timestamp or a relative time specification, such as '+000001', which means one day. See OpenXPKI::DateTime::get_validity, section 'relativedate' for details.

If the expiration date is an empty string, the expiration date is set to infinity.

expiration_adjust
Only adjust the expiration date if it is newer or older than the current value. See api2/modify_data_pool_entry for details.
ignore_missing
If set to a true value, the activity will not throw an exception if the datapool entry does not exist.
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.