I had some problems replacing the ssl certificate in ntop and I didn't find anything on google so I thought I'd post the solution.

The problem was that mozilla rejected the certificate saying that it was invalid or corrupted - error code 12284

the solution - courtesy of Issac Goldstand was to use the following command line:

openssl req -newkey rsa:1024 -keyout a.key -nodes -x509 -sha1 -extensions v3_req -days 365 -out b.pem

the key being to add the '-extensions v3_req' which sets CA:False in the certificate.

yonah

keywords for search
replace ntop certificate
ntop-cert.pem
mozilla rejects certificate
error code: -12284


================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]



Reply via email to