proper CA certs installation

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1449 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2003-10-26 21:05:26 +00:00
parent fb6de28443
commit 912adb3fe4
2 changed files with 5 additions and 2 deletions

View File

@ -18,9 +18,8 @@ rm doc/apps/passwd.pod &&
./config --openssldir=/etc/ssl --prefix=/usr shared &&
make MANDIR=/usr/share/man &&
make MANDIR=/usr/share/man install &&
cp -r certs /etc/ssl
rmdir /etc/ssl/lib &&
chmod 755 /usr/lib/pkgconfig</command></userinput></screen>
</sect2>

View File

@ -11,6 +11,10 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>October 26th, 2003 [igor]: Added a command to
install CA certs in OpenSSL instructions as suggested by
Bill Maltby.</para></listitem>
<listitem><para>October 26th, 2003 [igor]: Updated to
Pine-4.58.</para></listitem>