noCA
Copyright © 2007-2023 Michel Messerschmidt
Description
This software can be used to create and maintain Certificate Authorities
(CA) in a Public Key Infrastructure (PKI).
The main goal is to provide a simpler interface than OpenSSL commands,
options and config files while enable access to most public key
functionality (not only RSA key creation).
noCA also supports the PKI operation by providing a customizable directory
structure to keep track of all PKI related files.
noCA is written in Perl and relies on OpenSSL (or a compatible cryptographic
tool) for most of its operations.
License
noCA is licensed under the
GPL v3
(or later).
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see
http://www.gnu.org/licenses/
System Requirements
- Perl 5.12 (or newer)
- OpenSSL 3.0 (or newer)
(older 1.* versions may still work but are not tested anymore)
(OpenSSL version 0.9.* will not work)
noCA was tested with:
Installation
There is no installation tool.
Basic steps:
- Ensure that perl scripts can be executed and the
openssl
command is available
- Create an empty directory and copy the
noCA-*.tar.gz
archive into it
- Extract the contents of the
noCA-*.tar.gz
archive
- Execute
./noCA.pl init
to create the directory structure
- Execute
./noCA.pl newca
to create a root CA
- Execute
./noCA.pl newsubca
to create a sub CA
- Execute
./noCA.pl help
for more information
Bug reports, comments, ...
Please let me know, if you encounter problems with this software.
Just send a mail to:
www@michel-messerschmidt.de
created by Michel Messerschmidt
last modified 2023-10-24