trying to create a cert for sftp but am getting an error message.
Quote:
namit@mailman:/etc/proftpd$ sudo openssl req -new -x509 -days 365 -nodes -out ftpd-rsa.pem -keyout ftpd-rsa-key.pem
Password:
Unable to load config info from /usr/lib/ssl/openssl.cnf
|
Have tried a few things like changing options
There is nothing in openssl.cnf file
Thanks