1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Small documentation bug in openssl command.

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@234 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
zedshaw 2006-06-08 22:27:43 +00:00
parent 20d7ddd530
commit 95adb494d8

View file

@ -106,7 +106,7 @@ End
Before starting pound, we need to make sure our SSL certificate is present. If
not we can quickly generate a test certificate:
$ openssl req -x509 -newkey rs:1024 -keyout test.pem \
$ openssl req -x509 -newkey rsa:1024 -keyout test.pem \
-out test.pem -days -nodes
It should now be safe to start pound: