Guest User

Untitled

a guest
Nov 26th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #!/bin/sh
  2. openssl genrsa -out test-key.rsa 2048
  3. openssl req -new -x509 -sha256 -subj '/CN=test-key' -key test-key.rsa -out test-cert.pem
Add Comment
Please, Sign In to add comment