CSR generation in MMC (Microsoft Management Console)
Verify CSR command
$openssl req -in name.csr -noout -text
Verify certificate commands and key
$openssl rsa -noout -modulus -in server.key | openssl md5;
Ref
How to configure all system on ubuntu, Debian, CentOS
CSR generation in MMC (Microsoft Management Console)
Verify CSR command
$openssl req -in name.csr -noout -text
Verify certificate commands and key
$openssl rsa -noout -modulus -in server.key | openssl md5;
Ref