Hi,
How do I generate a 2048 bit SHA256 Server Certificate Request?
I used this before but then I get a SHA1 certificate.
http://help.directadmin.com/item.php?id=256
So I tried this
But that generates a self signed certificate
Can someone explain how I can do this?
Thanks!
How do I generate a 2048 bit SHA256 Server Certificate Request?
I used this before but then I get a SHA1 certificate.
http://help.directadmin.com/item.php?id=256
So I tried this
Code:
/usr/bin/openssl genrsa 2048 > newkey.key
/usr/bin/openssl req -new -x509 -sha256 -key newkey.key
But that generates a self signed certificate

Can someone explain how I can do this?
Thanks!