mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
6 lines
333 B
Text
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
|