# make a private key openssl genrsa -out private.key 2048 # make the CSR using the above key openssl req -new -key private.key -out ios-dev.csr
Date: 2018-05-18
Tags: openssl
Share: