App-sshca
view release on metacpan or search on metacpan
lib/App/sshca.pm view on Meta::CPAN
Available options:
=over 8
=item * C<--dry-run>
=back
=head1 GLOBAL OPTIONS
These options can be specified before commands and are accepted with all commands:
=over 8
=item * C<--debug>
=item * C<--config> (ignored on C<init> command)
=item * C<--basedir> (ignored on C<init> command)
=back
=head1 ENVIRONMENT VARIABLES
Environment variables override hard-coded defaults as well as configuration values.
Command line options take precedence over environment variables.
=head2 SSHCA_CONF
Used to specify the location of the configuration file, disabling the built-in
list of locations to be tried.
=head2 SSHCA_HOME
Used to override the location of the administrative files.
=head1 CONFIGURATION
The configuration file (C<sshca.conf>) is a YAML file with the following keys:
=over 8
=item * C<basedir>
=item * C<ca_keytype>
Default: C<ed25519>
=item * C<hostcert_validity>
Default: C<+53w>
=item * C<usercert_validity>
Default: C<+13w1d>
=back
=head1 FUTURE DEVELOPMENT
The current version stores the certificate data in the filesystem. Next iterations
should be more flexible and contain configurable storage backends, e.g. using DBI
which would allow storing the data in SQLite or PostgreSQL.
=head1 SEE ALSO
=over 8
=item * L<sshca (shell script)|https://github.com/mattferris/sshca>
=back
=head1 LICENSE AND COPYRIGHT
Copyright 2025 Erik Huelsmann <ehuels@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
( run in 1.648 second using v1.01-cache-2.11-cpan-96521ef73a4 )