NAME

Tiny::OpenSSL::PKCS12 - Tiny::OpenSSL::PKCS12 Object

VERSION

version 0.1.3

METHODS

create

Generates a PKCS12 file

my $p12 = Tiny::OpenSSL::PKCS12->new(
    certificate => $cert,
    key         => $key,
    passphrase  => $passphrase,
    identity    => $identity
);

AUTHOR

James F Wilkus <jfwilkus@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2015 by James F Wilkus.

This is free software, licensed under:

The (three-clause) BSD License