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

Authen::NZigovt::ServiceProvider::CertFactory - generate certificates or CSRs

DESCRIPTION

This class is used for generating the certificates used for signing SAML AuthnRequest messages and for mutual SSL encryption of messages sent over the backchannel.

For the ITE environment, self-signed certificates will be generated. For production, CSRs will be generated for signing by a certification authority (CA).

METHODS

generate_certs

Called by the nzigovt make-certs command to run an interactive Q&A session to generate either self-signed certificates or Certificate Signing Requests (CSRs).

SEE ALSO

See Authen::NZigovt for documentation index.

LICENSE AND COPYRIGHT

Copyright (c) 2010-2011 the New Zealand Electoral Enrolment Centre

Written by Grant McLean <grant@catalyst.net.nz>

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.