GnuTLS can’t use an encrypted key file. To create a duplicate key file with no encryption.
openssl rsa -in server.key -out server-insecure.key
It is also best to set your keys to 400 and your certs to 444.
GnuTLS can’t use an encrypted key file. To create a duplicate key file with no encryption.
openssl rsa -in server.key -out server-insecure.key
It is also best to set your keys to 400 and your certs to 444.