Remote Server Certificates
From SOPWiki
Revision as of 23:08, 12 May 2010 (edit) Drunken F00l (Talk | contribs) (Created page about SSL certificates for the remote admin) ← Previous diff |
Current revision (01:20, 27 June 2010) (edit) (undo) Drunken F00l (Talk | contribs) m (Added note about this page being for the unreleased version of SourceOP) |
||
(One intermediate revision not shown.) | |||
Line 1: | Line 1: | ||
+ | '''The information on this page applies to the unreleased Orangebox version of SourceOP.''' | ||
+ | |||
== About Certificates == | == About Certificates == | ||
- | The remote admin application uses SSL to encrypt all transmission between client and server. To do this, the server needs to have a private key and certificate installed. | + | The remote admin application uses SSL to encrypt all transmission between client and server. To do this, the server needs to have a private key and certificate installed. A default key and certificate are provided, but you may wish to make your own for added security. |
== Generating a Certificate == | == Generating a Certificate == | ||
Follow the instructions on this external page for instructions on how to make a self-signed SSL certificate: | Follow the instructions on this external page for instructions on how to make a self-signed SSL certificate: | ||
- | [http://www.akadia.com/services/ssh_test_certificate.html] | + | [http://www.akadia.com/services/ssh_test_certificate.html How to create a self-signed SSL Certificate] |
== Installing Your Certificate == | == Installing Your Certificate == | ||
After following the instructions in the link above, copy the server.crt file to {gamedir}\addons\SourceOP\remote.crt and the server.key file to {gamedir}\addons\SourceOP\remote.key. These are the certificate and private key files respectively. | After following the instructions in the link above, copy the server.crt file to {gamedir}\addons\SourceOP\remote.crt and the server.key file to {gamedir}\addons\SourceOP\remote.key. These are the certificate and private key files respectively. |
Current revision
The information on this page applies to the unreleased Orangebox version of SourceOP.
[edit] About Certificates
The remote admin application uses SSL to encrypt all transmission between client and server. To do this, the server needs to have a private key and certificate installed. A default key and certificate are provided, but you may wish to make your own for added security.
[edit] Generating a Certificate
Follow the instructions on this external page for instructions on how to make a self-signed SSL certificate: How to create a self-signed SSL Certificate
[edit] Installing Your Certificate
After following the instructions in the link above, copy the server.crt file to {gamedir}\addons\SourceOP\remote.crt and the server.key file to {gamedir}\addons\SourceOP\remote.key. These are the certificate and private key files respectively.