Skip to content
Snippets Groups Projects
Commit 30049115 authored by Gabriel Moreau's avatar Gabriel Moreau
Browse files

Better doc

parent 1ba2910e
No related branches found
No related tags found
No related merge requests found
Pipeline #192652 passed
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin
export LANG=C export LANG=C
export VERSION=0.3.12 export VERSION=0.3.13
function usage() { function usage() {
cat <<END_USAGE cat <<END_USAGE
certcheck - check certificate chain certcheck - check certificate chain or self-signed
certcheck check cert_base_name certcheck check cert_base_name
certcheck text cert_base_name.pub.pem certcheck text cert_base_name.pub.pem
...@@ -173,7 +173,7 @@ __END__ ...@@ -173,7 +173,7 @@ __END__
=head1 NAME =head1 NAME
certcheck - check certificate chain certcheck - check certificate chain or self-signed
=head1 SYNOPSIS =head1 SYNOPSIS
...@@ -186,8 +186,9 @@ certcheck - check certificate chain ...@@ -186,8 +186,9 @@ certcheck - check certificate chain
=head1 DESCRIPTION =head1 DESCRIPTION
The command C<certcheck> checks a certificate (public, private and The C<certcheck> command verifies a certificate.
chain parts). For a certificate signed by a certification authority, the three parts (public, private and chain) are checked with C<openssl>.
For a self-signed certificate, it is verified that it works correctly with C<openssl>.
=head2 <check> =head2 <check>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment