Browse Source

Type in -tlsCert example. It should be -tlscrt (without the 'e')

Marcus Blankenship 11 years ago
parent
commit
c345a8bb74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/SELFHOSTING.md

+ 1 - 1
docs/SELFHOSTING.md

@@ -22,7 +22,7 @@ your target server. Then copy the binary over to your server.
 You'll run the server with the following command.
 You'll run the server with the following command.
 
 
 
 
-	./ngrokd -tlsKey="/path/to/tls.key" -tlsCert="/path/to/tls.crt" -domain="example.com"
+	./ngrokd -tlsKey="/path/to/tls.key" -tlsCrt="/path/to/tls.crt" -domain="example.com"
 
 
 ### Specifying your TLS certificate and key
 ### Specifying your TLS certificate and key
 ngrok only makes TLS-encrypted connections. When you run ngrokd, you'll need to instruct it
 ngrok only makes TLS-encrypted connections. When you run ngrokd, you'll need to instruct it