The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Tiny::OpenSSL::Certificate - X509 Certificate Object.

VERSION

version 0.1.3

METHODS

issuer

A Tiny::OpenSSL::Subject object for the issuer of the certificate.

subject

A Tiny::OpenSSL::Subject object for the subject of the certificate.

key

A Tiny::OpenSSL::Key object.

self_sign

Self sign certificate.

    $cert->self_sign($csr);

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