Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ##Windows##
  2. set OPENSSL_CONF=openssl.cnf
  3. ##Linux###
  4. export OPENSSL_CONF=openssl.cnf
  5. ##Windows or Linux##
  6. openssl x509 -req -days 760 -in Client.csr -CA RootCA.crt -CAkey RootCA.pem -CAcreateserial -out Client.crt -extfile openssl.cnf -extensions usr_cert -sha256
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement