what is the difference between the two openssl commands below
what is the difference between the commands below :
command 1:
openssl x509 -req -in certs/server_csr.pem -CA certs/intermediate_cert.pem -CAkey private/intermediate_key.pem -out server_cert.pem -CAcreateserial -days 365 -sha256 -extfile s… Continue reading what is the difference between the two openssl commands below