How does one replace /etc/ssl/-genkey?

Yes, I deleted it inside of a new install's /etc/ssl directory. The -genkey on another machine has a rather recent timestamp so it looks like it is generated by something other than installation. Been trying to set up https with a self-signed cert.
 
Copy the /etc/ssl/openssl.cnf from another machine. The only other file that's usually there is a symlink to /usr/local/share/certs/ca-root-nss.crt and is normally installed by security/nss_root_ca.
 
Back
Top