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:
parent
20d7ddd530
commit
95adb494d8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue