- genkey(1): fix paths to use /etc/pki

This commit is contained in:
jorton 2005-05-13 15:32:36 +00:00
parent 88c57d5f74
commit ea20726f53
2 changed files with 6 additions and 3 deletions

View File

@ -4,7 +4,7 @@
Summary: SSL certificate and key management utilities Summary: SSL certificate and key management utilities
Name: crypto-utils Name: crypto-utils
Version: 2.2 Version: 2.2
Release: 4 Release: 5
Source: crypto-rand-%{crver}.tar.gz Source: crypto-rand-%{crver}.tar.gz
Source1: genkey.pl Source1: genkey.pl
Source2: certwatch.c Source2: certwatch.c
@ -101,6 +101,9 @@ sed -e "s|^\$bindir.*$|\$bindir = \"%{_bindir}\";|" \
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%changelog %changelog
* Fri May 13 2005 Joe Orton <jorton@redhat.com> 2.2-5
- genkey(1): fix paths to use /etc/pki
* Wed Apr 27 2005 Joe Orton <jorton@redhat.com> 2.2-4 * Wed Apr 27 2005 Joe Orton <jorton@redhat.com> 2.2-4
- genkey: create private key files with permissions 0400 - genkey: create private key files with permissions 0400
- genkey: tidy up error handling a little - genkey: tidy up error handling a little

View File

@ -37,9 +37,9 @@
<para><command>genkey</command> is an interactive command-line <para><command>genkey</command> is an interactive command-line
tool which can be used to generate SSL certificates or Certificate tool which can be used to generate SSL certificates or Certificate
Signing Requests (CSR). Generated certificates are stored in the Signing Requests (CSR). Generated certificates are stored in the
directory <filename>/usr/share/ssl/certs/</filename>, and the directory <filename>/etc/pki/tls/certs/</filename>, and the
corresponding private key in corresponding private key in
<filename>/usr/share/ssl/private/</filename>. </para> <filename>/etc/pki/tls/private/</filename>. </para>
<para><command>genkey</command> will prompt for the size of key <para><command>genkey</command> will prompt for the size of key
desired; whether or not to generate a CSR; whether or not an desired; whether or not to generate a CSR; whether or not an