mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-24 08:41:31 +00:00
update meta info for rootCA
This commit is contained in:
parent
f438bed1e6
commit
7cceecadd6
@ -4,7 +4,7 @@ outputPath=$1
|
||||
cd $outputPath
|
||||
openssl genrsa -out rootCA.key 2048
|
||||
openssl req -x509 -new -nodes -key rootCA.key -days 36500 -out rootCA.crt \
|
||||
-subj "/C=CN/ST=SH/L=SH/O=AnyProxy/OU=Section/CN=AnyProxy/emailAddress=AnyProxy@AnyProxy"
|
||||
-subj "/C=CN/ST=SH/L=SH/O=AnyProxy/OU=Section/CN=Anyproxy SSL Proxying/emailAddress=AnyProxy@AnyProxy"
|
||||
echo "============="
|
||||
echo "rootCA generated at :"
|
||||
pwd
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "anyproxy",
|
||||
"version": "1.2.6",
|
||||
"version": "1.2.7",
|
||||
"description": "another proxy written in NODEJS, which can handle HTTPS requests and CROS perfectly",
|
||||
"main": "proxy.js",
|
||||
"bin": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user