Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. cd C:Program Files (x86)Windows Kits8.1binx64
  2. makecert -r -n "CN=localhost" -b 01/01/2000 -e 01/01/2099 -eku 1.3.6.1.5.5.7.3.3 -sv localhost.pvk localhost.cer
  3. cert2spc localhost.cer localhost.spc
  4. pvk2pfx -pvk localhost.pvk -spc localhost.spc -pfx localhost.pfx
  5.  
  6. C:Program Files (x86)Windows Kits8.1binx64localhost.cer
  7. C:Program Files (x86)Windows Kits8.1binx64localhost.pfx
  8. C:Program Files (x86)Windows Kits8.1binx64localhost.pvk
  9. C:Program Files (x86)Windows Kits8.1binx64localhost.spc
  10.  
  11. npm i -g webpack-dev-server
  12.  
  13. webpack-dev-server --https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement