diff options
| author | Matthias Kortstiege <matthias (at) kortstiege (dot) net> | 2008-12-10 14:51:56 +0100 |
|---|---|---|
| committer | Matthias Kortstiege <matthias (at) kortstiege (dot) net> | 2008-12-10 14:51:56 +0100 |
| commit | 4a486de7c9db11591840c451ebb84c3ac1b2e8b9 (patch) | |
| tree | ccb56ed3b06e1ad6121f04e1cb08418752fa8a12 /README | |
| parent | 1adde56cbfb3fd20736650c4a35e351272545b0d (diff) | |
| download | vdr-plugin-live-4a486de7c9db11591840c451ebb84c3ac1b2e8b9.tar.gz vdr-plugin-live-4a486de7c9db11591840c451ebb84c3ac1b2e8b9.tar.bz2 | |
updated ssl patch
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -161,8 +161,10 @@ SSL Commandline options -s PORT, --sslport=PORT use PORT to listen for incoming ssl connections (default: 8443) - -c CERT, --cert=CERT path to a custom ssl certificate + -c CERT, --cert=CERT path to a custom ssl certificate file (default: $CONFIGDIR/live.pem) + -k KEY, --cert=CERT path to a custom ssl certificate key file + (default: $CONFIGDIR/live-key.pem) Creating a self-signed SSL server certificate @@ -172,7 +174,7 @@ To create a self-signed certificate file you`ll have to run this litte command. $> cd /put/your/path/here/vdr/plugins/live - $> openssl req -new -x509 -keyout server.pem -out live.pem -days 365 -nodes + $> openssl req -new -x509 -keyout live-key.pem -out live.pem -days 365 -nodes While generating the certifcate you`ll be asked to answer a couple of questions. When it prompts to enter the "Common Name" you`ll have to |
