ntopng/httpdocs/ssl
Luca ad047d63d0 Fixed SNMP issues in host detail
Improved SSL readme
2016-07-19 20:12:38 +02:00
..
ntopng-cert.pem.dummy created new dummy ssl certificate with AES 256 2015-10-10 18:06:52 +02:00
README Fixed SNMP issues in host detail 2016-07-19 20:12:38 +02:00

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