Last active
November 29, 2024 12:44
-
-
Save OlyMahmudMugdho/a88f77d7c268044ceae1aa8097ce3006 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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