Guest User

Untitled

a guest
Dec 12th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. cd ~
  2. mkdir OpenSSL && cd $_
  3. mkdir certs csr newcerts private
  4. cp /etc/ssl/openssl.cnf ./
  5. echo 00 > serial
  6. echo 00 > crlnumber
  7. touch index.txt
  8. touch index.txt.attr
Add Comment
Please, Sign In to add comment