This commit is contained in:
gferg 2002-06-30 17:33:09 +00:00
parent 76eb25bcc3
commit 0805a5a781
3 changed files with 60 additions and 71 deletions

View File

@ -18,6 +18,16 @@
<revhistory>
<revision>
<revnumber>v3.4</revnumber>
<date>2002-06-29</date>
<authorinitials>sa</authorinitials>
<revremark>
Added the section "How to generate a CSR"
</revremark>
</revision>
<revision>
<revnumber>v3.3</revnumber>
<date>2002-04-14</date>
@ -883,13 +893,36 @@ Similarly the test certificates will also cause a warning message to appear on t
</sect2>
<sect2><title>How to create CSR</title>
<sect2><title>How to generate a CSR</title>
<para>
CSR or Certificate Signing Request must be sent to the trusted CA for signing. This section discusses howto create a CSR,
and send it to the CA of your choice.
add text here......
</para>
<screen>
<command>cd /usr/local/apache/conf/</command>
<command>/usr/local/ssl/bin/openssl req -new -nodes -keyout private.key -out public.csr</command>
</screen>
<para>
At this point you will be asked several about your server location, to generat the Certificate Signing Request</para>
<para>
Note: You Common Name is the DNS name of your webserver e.g. dav.server.com . If you put in anything else, it will NOT work. Remember the passwd that you use, for future reference.
</para>
<para>Once the process is complete, you will have private.key and a public.csr . At this pointe the public.key is not encrypted. To encrypt"
</para>
<screen>
<command>mv private.key private.key.unecrpyted</command>
<command>/usr/local/ssl/bin/openssl rsa -in private.key.unecrpyted -des3 -out private.key</command>
</screen>
</sect2>
<sect2><title>Removing passphrase from the RSA Private Key</title>
<para>RSA Private Key stored on the webserver is usually encrypted, and you need a passphrase to parse the file. That is why you
are prompted for a passphrase when start Apache with modssl:</para>

View File

@ -7,8 +7,8 @@
<!-- Title information -->
<title>Automount mini-Howto
<author> Rahul, <url url="mailto:rahulsundaram@yahoo.co.in" name="Rahul">
<date>v1.5.1, 2002-06-03
<author> Rahul, <url url="mailto:rahulsundaram@yahoo.co.in">
<date>v1.5.2, 2002-06-30
<abstract>
This file describes the autofs automounter, how to configure it, and
points out some problems to avoid.
@ -20,6 +20,13 @@ points out some problems to avoid.
<!-- Begin the document -->
<sect>Introduction
<sect1> Revision History
1.5.2 - Revision history and other minor corrections.
1.5.1 - Added details to the question about VFAT.
1.5 - Added the copyright and other minor details.Took over maintainance
below 1.5 - Authored by Don.
<sect1> Automount - what and why?
<p>
Automounting is the process where mounting and unmounting of certain
@ -197,3 +204,4 @@ I dedicate this document to my late parents Mr.V.Sundaram and Mrs.S.Soundara Sun
</article>
2

View File

@ -1,25 +1,21 @@
<!-- This is the Linux Swap-Space Mini-HOWTO, SGML source -- >
<!-- Rahul U. Joshi, jurahul@hotmail.com http://jurahul.freeservers.com -- >
<!-- Version 1.42 -- >
<!-- Rahul Sundaram >
<!-- Version 1.5 -- >
<!doctype linuxdoc system>
<article>
<title>Linux Swap Space Mini-HOWTO
<author>Rahul U. Joshi, <url url="mailto:jurahul@hotmail.com" name="jurahul@hotmail.com">
<url url="http://jurahul.freeservers.com" name="http://jurahul.freeservers.com">
<date>v1.42, 18 January 2000
<author>Rahul Sundaram <url url="mailto:rahulsundaram@yahoo.co.in">
<date>v1.5, 2002-06-30
<abstract>
This Linux Mini-HOWTO describes how to share your Linux swap partition with
Windows.
</abstract>
<toc>
<sect>Introduction
<p>
Many people use both Linux and MS-Windows. The ability to do so is an
important part of "the Linux revolution"; i.e. letting people
@ -65,6 +61,7 @@ are several problems with older versions.
Currently maintained by Rahul U. Joshi
<item> Version 1.42 -- Deleted the recovery section for v1.4 users an v1.4
never actually appeared on the LDP website.
<item> Version 5 -- Rahul U.Joshi stopped maintainance on 18 January 2000.Currently being maintained by Rahul Sundaram.
</itemize>
</p>
@ -92,29 +89,11 @@ Date: 26 Nov 1999
<sect>Administrative
<sect1>Copyright
<p>
Unless otherwise stated, Linux HOWTO documents are copyrighted by
their respective authors. Linux HOWTO documents may be reproduced and
distributed in whole or in part, in any medium physical or electronic,
as long as this copyright notice is retained on all copies. Commercial
redistribution is allowed and encouraged; however, the author would
like to be notified of any such distributions.
All translations, derivative works, or aggregate works incorporating
any Linux HOWTO documents must be covered under this copyright notice.
That is, you may not produce a derivative work from a HOWTO and impose
additional restrictions on its distribution. Exceptions to these rules
may be granted under certain conditions; please contact the Linux
HOWTO coordinator at the address given below.
In short, we wish to promote dissemination of this information through
as many channels as possible. However, we do wish to retain copyright
on the HOWTO documents, and would like to be notified of any plans to
redistribute the HOWTOs.
If you have questions, please contact Tim Bynum, the Linux HOWTO
coordinator, at <url url="mailto:linux-howto@sunsite.unc.edu" name =
"linux-howto@sunsite.unc.edu"> via email.
This mini-HOWTO is Copyright © Rahul Sundaram.All rights reserved.This document is licensed under
the <url url="http://tldp.org/copyright.html" name="Linux Documentation Project license">.I welcome any kind of commercial distrubution but I would like to receive information regarding this.I would
also help anyone willing to translate this document.If you require any exceptions to the licensing terms
please contact me <url url="mailto:rahulsundaram@yahoo.co.in" name="Rahul">. The latest version of this document is always available at the Linux Documentation
website at <url url="http://tldp.org/HOWTO/mini/Automount.html">.
<sect1>Disclaimer
<p>
@ -1215,47 +1194,16 @@ end
<sect>Acknowledgements, feedback and dedication
<p>
This Mini-HOWTO has been largely derived from the Swap-Space Mini HOWTO by
<bf>H. Peter Anvin</bf>. I have added the Windows 95/98 specific details as
<bf>H. Peter Anvin</bf>. Rahul.U.Joshi added the Windows 95/98 specific details as
well as a few Red Hat Linux specific details. The msinfo program given in the
original HOWTO didn't work on my Red Hat Linux 6 system, so I created a similar
program. However, I have also included the original msinfo program. Thanks to all
those <bf>great people involved with the development of Linux</bf>,to the
people at <bf>Red Hat</bf> for giving a great Linux distribution and to <bf>
Sanjiv Guha</bf>, one of the co-authors of "Red Hat Linux 6 Unleashed" from
Techmedia for guidance about shell programming. Thanks also to <bf>Matt Welsh
</bf>,<bf> Greg Hankins</bf> and <bf>Eric S. Raymond</bf>, the authors of
SGML-Tool's Users Guide, which helped me in converting the document in SGML
format. Thanks are also to <bf>Peter Norton</bf> and <bf>John Goodman</bf>
for there venerable "Peter Norton's Inside the PC", which helped me about
DOS file system structure. Finally, thanks to <bf>PC Quest Linux Project</bf>
for bringing out Linux CDROMS frequently.
original HOWTO didn't work on the Joshi's Red Hat Linux 6 system, so he created a similar
program. However, He have also included the original msinfo program.It is now maintained by
Rahul Sundaram.
I rely on you, the readers, to make this HOWTO useful. If you have any
suggestions, comments, corrections, requests, flames, etc., feel free to
contact me. Right now, I have no internet access, but still you contact me
in case of questions at my <url url="mailto:jurahul@hotmail.com" name="Hotmail">
account (Hey! Don't blame me for using a Microsoft service. Hotmail was
created by our Indian guy Sabeer Bhatia). May be someone from you local place may also come to your rescue.If
you find my account unoperational and your problem is indeed important, you may
mail me at <url url="mailto:amitanatu@sprynet.com" name="amitanatu@sprynet.com">.
Finally, I would like to dedicate this work to <bf>Robert Lafore</bf>, the
author of excellent books "C programming using Turbo C++" and "Object
Oriented Programming using Turbo C++".
Enjoy Linux,
Rahul :-)
contact <url url="mailto:rahulsundaram@yahoo.co.in" name="Rahul Sundaram">.
</p>
</article>
<!--
TODO :
1. Add FAT32 logic (unlikely that anyone uses a swap partition as large
as 512 MB.)
2. Create programs to handling the restoring of TSS's from DOS
AUTOEXEC.BAT file
-- >