I'm using the below commands to create a ca ...
openssl genrsa -des3 -out ca.key 2048 openssl req -new -x509 -key ca.key -out ca.crt -days 730 ... please can you advise how I can add a "friendly name" to this cert?
I'm using the below commands to create a ca ...
openssl genrsa -des3 -out ca.key 2048 openssl req -new -x509 -key ca.key -out ca.crt -days 730 ... please can you advise how I can add a "friendly name" to this cert?