MAN page from OpenSuSE perl-OpenXPKI-Core-0.9.1389-6.362.CS.i586.rpm
OpenXPKI::Crypto::Backend::OpenSSL::Config
Section: User Contributed Perl Documentation (3)
Updated: 2009-01-03
Index Name
OpenXPKI::Crypto::Backend::OpenSSL::Config
Description
This module was designed to create an OpenSSL configuration on the fly forthe various operations of OpenXPKI. The module support the followingdifferent section types:
- - general OpenSSL configuration
- - engine configuration
- - new OIDs
- - CA configuration
- - CRL extension configuration
- - certificate extension configuration
- - CRL distribution points
- - subject alternative names
Functions
- - new
- - set_engine
- - set_profile
- - set_index_list
- - dump
- - get_config_filename
Example
my
$profile = OpenXPKI::Crypto::Backend::OpenSSL::Config->new (
{
TMP => '/tmp',
});
$profile->set_engine($engine);
$profile->set_profile($crl_profile);
$profile->set_index_list(@certlist);
$profile->
dump();my
$conf =
$profile->
get_config_filename();... execute an OpenSSL command with ``-config
$conf'' ...... or execute an OpenSSL command with ``OPENSSL_CONF=$conf openssl'' ...
See Also
OpenXPKI::Crypto::Profile::Base, OpenXPKI::Crypto::Profile::CRL,OpenXPKI::Crypto::Profile::Certificate and OpenXPKI::Crypto::Backend::OpenSSL
Index
- Name
- Description
- Functions
- Example
- See Also
This document was created byman2html,using the manual pages.