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::Connector::Secret(3) User Contributed Perl Documentation OpenXPKI::Connector::Secret(3)

OpenXPKI::Connector::Secret;

Connector to load secrets from the OpenXPKI secret module as defined in crypto.secret. Note that you need set the attribute export: 1 in the secret's 'definition to use this connector.

LOCATION
The name of the secret group to load. If set to the empty string, the name of the group is expected as path argument.

Static secret group

When accessing certificate_key_password, the argument string empty and the location attribute is used as group name.

  certificate_key_password@: connector:secret

  secret:
     class: OpenXPKI::Connector::Secret
     LOCATION: my-secret-group

Dynamic secret group

Use to determine the secret group by the path argument, to get the same result as above, you need to call "get('my-secret-group')".

  passwords@: connector:secret

  secret:
     class: OpenXPKI::Connector::Secret
     LOCATION: ''
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.