interfasys
Verified User
Things have changed, some people feel safer with a 4096 key size
SHA2 should also be added as an option for the CSR.
SHA2 should also be added as an option for the CSR.
What about SHA2 for the CSR?Added for next release:
https://www.directadmin.com/features.php?id=1591
It's already in the code, so should end up in the pre-release section within the next few days.
John
openssl req -sha256 -nodes -newkey rsa:4096 -nodes -keyout domain.key -out domain.csr -subj "<collected data>"