1 Star 1 Fork 873

Poorfish / proxy

forked from 狂奔的蜗牛. / goproxy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
keygen.sh 155 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
openssl genrsa -out proxy.key 2048
openssl req -new -key proxy.key -x509 -days 3650 -out proxy.crt -subj /C=CN/ST=BJ/O="Localhost Ltd"/CN=proxy
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/poorfish/proxy.git
git@gitee.com:poorfish/proxy.git
poorfish
proxy
proxy
master

搜索帮助