On Tue, Aug 23, 2005 at 03:20:54PM +0100, Noirin Plunkett wrote: > I've been going through the mod_ssl docs, and have some fixes and > language changes to suggest. I've also added a FAQ entry on how to > create a self-signed cert.
You seem to have uncovered a problem the SSL faq aswell, it refers to "sign.sh" ; http://httpd.apache.org/docs/2.1/ssl/ssl_faq.html#ownca But this isn't shipped with Apache any more. The docs probably need something more along the lines of http://sial.org/howto/openssl/self-signed/ This isn't a problem with your patch though, just noticed it from there. > Index: manual/ssl/index.xml > =================================================================== > --- manual/ssl/index.xml (revision 239410) > +++ manual/ssl/index.xml (working copy) > @@ -31,7 +31,7 @@ > href="http://www.openssl.org/">OpenSSL</a> library, which provides > Strong Encryption using the Secure Sockets Layer and Transport Layer > Security protocols. The module and this documentation are based on > -Ralf S. Engelschall's mod_ssl project.</p> > +Ralf S. Engelschall's <module>mod_ssl</module> project.</p> That should probably be left alone, as it's refering to mod_ssl in its previous incarnation, rather than what's in httpd right now. But the rest looks good :) -- Colm MacCárthaigh Public Key: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
