"Unable to generate public/private key pair" Error message under Firefox

Robert Moskowitz rgm at htt-consult.com
Tue Jan 27 13:56:47 UTC 2015


On 01/26/2015 04:41 PM, don fisher wrote:
> Can you tell me how to fix this. As I recall, I was able to access 
> getfedora.org in the past.

I always use openssl.  eg:

cd /etc/pki/tls
openssl req -new -outform PEM -out certs/z9m9z.htt-consult.com.crt 
-newkey rsa:2048 -nodes -keyout private/z9m9z.htt-consult.com.key 
-keyform PEM -days 3650 -x509 -extensions v3_req

Makes a good server self-signed cert.  Client certs are not much different.




More information about the users mailing list