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::API2::Plugin::Token::get_trust_anchors(3) User Contributed Perl Documentation OpenXPKI::Server::API2::Plugin::Token::get_trust_anchors(3)

OpenXPKI::Server::API2::Plugin::Token::get_trust_anchors

Get the trust anchors as defined at the given config path.

The config path must have at least one of this keys defined, where the value is either a single item or a list of items of the defined type.

realm
Adds all active issuing ca certificates from the given realm as trust anchors, so all certificates issued from this realm will be accepted.
cacert
A certificate identifier to use as trusted issuer. The certificate must exist in the database but do not need to be in any particular realm or referenced in a token configuration.
alias
Name of an alias group from the aliases table, the alias items are read from the current realm or, if no items are found, from the global realm. Validity dates of the alias table are used.

Result is an ArrayRef of certificate identifiers.

Parameters

"path" Str - configuration path, must point to a config node which has at least one of the defining child nodes:

    path:
        realm:
         - democa
        cacert:
         - list of extra cert identifiers
        alias:
         - names of alias groups
    
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.