mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Update README.SSL
The README file needs to be updated to make it clear that the ntopng configuration file needs to include the https port in order for SSL to work.
This commit is contained in:
parent
d146200962
commit
f18bf0e9e1
1 changed files with 8 additions and 1 deletions
|
|
@ -22,8 +22,15 @@ In order to use SSL with ntopng (i.e. HTTPS) you need to
|
|||
- OSX
|
||||
ln -s /usr/local/Cellar/openssl/1.0.1i/lib/libcrypto.dylib .
|
||||
ln -s /usr/local/Cellar/openssl/1.0.1i/lib/libssl.dylib .
|
||||
|
||||
4. Edit ntop.conf to enable https
|
||||
Edit the /etc/ntopng/ntopng.conf file to include the text --https-port=3001
|
||||
You may choose ports other than 3001 but it must be a different port to the http port which is port 3000 by default
|
||||
Alternatively you can disable insecure http altogether by replacing the line -w=3000 with --http-port=0
|
||||
(-w and --http-port are interchangeable)
|
||||
|
||||
|
||||
4. Start ntopng
|
||||
5. Start ntopng
|
||||
"make cert" will create the certificate but you can see below the
|
||||
exact steps if you want to generate the certificate manually.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue