Skip to content

Commit

Permalink
Added note about libssl-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Petersen committed Jan 7, 2014
1 parent 4238202 commit ff10a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ network. It also supports encryption and authentication via OpenSSL.

Installation
============
NOTE: The OpenSSL dev package is needed in order to compile with SSL support.

1. ./configure
2. make
Expand Down Expand Up @@ -99,4 +100,4 @@ Regenerate the CRL:
```openssl ca -config ca.conf -gencrl -keyfile certs/privkey.pem -cert certs/ca.pem -out ser2sock.crl```

Restart ser2sock:
```killall -HUP ser2sock```
```killall -HUP ser2sock```

0 comments on commit ff10a3a

Please sign in to comment.