From: erickson Date: Thu, 22 Feb 2007 16:23:10 +0000 (+0000) Subject: updated some wording X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8f543372918a316f7aaa357c72c57fe92ae9fe2b;p=Evergreen.git updated some wording git-svn-id: svn://svn.open-ils.org/ILS/trunk@6994 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/apache/eg.conf b/Open-ILS/examples/apache/eg.conf index c028f4c501..f06c3778d6 100644 --- a/Open-ILS/examples/apache/eg.conf +++ b/Open-ILS/examples/apache/eg.conf @@ -120,7 +120,8 @@ NameVirtualHost *:443 SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL - # Create self-signed certificate and key with and put them into SERVER_ROOT/ssl/: + # If you don't have an SSL cert, you can create self-signed + # certificate and key with: # openssl req -new -x509 -nodes -out server.crt -keyout server.key SSLCertificateFile ssl/server.crt SSLCertificateKeyFile ssl/server.key