openssl genrsa -out josephwcarrillo.actor.key 4096 openssl req -new -key josephwcarrillo.actor.key -out josephwcarrillo.actor.csr openssl x509 -req -in josephwcarrillo.actor.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out josephwcarrillo.actor.crt -days 999000 -sha256