Skip to content

Windows

Richard Taylor edited this page Jan 27, 2019 · 5 revisions

Trust the zap CA certificate

  • Change your certificate's file name extension from .pem to .crt and open the file (this opens a dialog)
  • Select Install certificate => Local machine and browse the certificate store
  • Install the certificate into Trusted Root Certification Authorities

Creating symbolic links

To create symbolic links via powershell (requires admin)

New-Item -path ~\.zap\mysite.test -itemType SymbolicLink -target ~\Workspace\mysite

References

https://thomas-leister.de/en/how-to-import-ca-root-certificate/

Clone this wiki locally