ntopng/httpdocs/ssl/README
Luca ad047d63d0 Fixed SNMP issues in host detail
Improved SSL readme
2016-07-19 20:12:38 +02:00

6 lines
333 B
Text

SSL certificates will be installed on this directory.
If you have compiled ntopng from source, please type "make cert"
to generate your certificate. Otherwise if you want to generate your own certificate do
# openssl req -new -x509 -sha1 -extensions v3_ca -nodes -days 365 -out cert.pem
# cat privkey.pem cert.pem > ntopng-cert.pem