Skip to content

Instantly share code, notes, and snippets.

@gchangchen
gchangchen / proxy.pac
Created December 3, 2019 14:20
proxy.pac
var proxy="SOCKS5 192.168.1.1:1080; PORXY 192.168.1.1:8123; ";
var domains={
"gist.github.com":1,
"elastic.co":1,
"weiming.info":1,
"openervpn.in":1,
"etools.ncol.com":1,
"dvdpac.com":1,
"artsy.net":1,
"thewgo.org":1,

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096