ntopng/httpdocs/ssl
2023-04-14 09:43:36 +02:00
..
ntopng-cert.pem.dummy Refreshed HTTPS dummy certificate 2023-04-14 09:43:36 +02:00
README

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