Certificate Authority create certificate request
openssl genrsa -aes256 -out user.key 2048
openssl req -new -key user.key -out user.csrtake your csr to the CA web page certsrv
view your cert
openssl x509 -in user.cer -text openssl genrsa -aes256 -out user.key 2048
openssl req -new -key user.key -out user.csrtake your csr to the CA web page certsrv
view your cert
openssl x509 -in user.cer -text