Advertisement
private775

[OpenSSL] Create self signed cert for IIS

Jan 16th, 2018
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.18 KB | None | 0 0
  1. openssl.exe req -x509 -days 365 -newkey rsa:2048 -keyout cert.pem -out server-cert.pem
  2. # Answer questions
  3. openssl.exe pkcs12 -export -in server-cert.pem -inkey cert.pem -out cert.pfx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement