P
P
Pavel2015-10-06 14:11:52
Digital certificates
Pavel, 2015-10-06 14:11:52

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

2 answer(s)
K
kmx, 2015-10-06
@kmx

probably easier to get free on startssl.com
habrahabr.ru/post/127643

K
KeyDoo, 2015-10-06
@KeyDoo

Take your certificate and add it to the list of root (CA) in the FF settings

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question