Answer the question
In order to leave comments, you need to log in
How can I create a certificate that Firefox will trust?
There is a site which is accessible by the user of a local network. Works on Apache on Win XP over HTTPS protocol. After updating Firefox to version 42, it began to require an SSL certificate. After trying to create a certificate using OpenSSL, The server certificate included a public key that was too weak (error code ssl_error_weak_server_cert_key) swears. How to create such a personal certificate for a site that will suit FF?
I created a certificate like this:
openssl genrsa -out privat.key 4096
openssl req -new -key privat.key -out server.crt -x509 -days 3650
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question