Skip to content

Instantly share code, notes, and snippets.

@OlyMahmudMugdho
Last active November 29, 2024 12:44
Show Gist options
  • Save OlyMahmudMugdho/a88f77d7c268044ceae1aa8097ce3006 to your computer and use it in GitHub Desktop.
Save OlyMahmudMugdho/a88f77d7c268044ceae1aa8097ce3006 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ~/.var/app/com.getpostman.Postman/config/Postman/proxy/
openssl req -subj '/C=US/CN=Postman Proxy' -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout postman-proxy-ca.key -out postman-proxy-ca.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment