cert.sh 77 B

123
  1. openssl genrsa 1024 > key.pem
  2. openssl req -x509 -new -key key.pem > cert.pem