Skip to content
Tony Ngan edited this page Sep 26, 2018 · 4 revisions

openssl genrsa -passout pass:foobar -out encryptKey.pem 4096

openssl req -new -x509 -key encryptKey.pem -out encryptionCert.cer -days 3650

Clone this wiki locally