mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 20:31:25 +00:00
update meta info for rootCA
This commit is contained in:
parent
f438bed1e6
commit
7cceecadd6
@ -4,7 +4,7 @@ outputPath=$1
|
|||||||
cd $outputPath
|
cd $outputPath
|
||||||
openssl genrsa -out rootCA.key 2048
|
openssl genrsa -out rootCA.key 2048
|
||||||
openssl req -x509 -new -nodes -key rootCA.key -days 36500 -out rootCA.crt \
|
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 "============="
|
||||||
echo "rootCA generated at :"
|
echo "rootCA generated at :"
|
||||||
pwd
|
pwd
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anyproxy",
|
"name": "anyproxy",
|
||||||
"version": "1.2.6",
|
"version": "1.2.7",
|
||||||
"description": "another proxy written in NODEJS, which can handle HTTPS requests and CROS perfectly",
|
"description": "another proxy written in NODEJS, which can handle HTTPS requests and CROS perfectly",
|
||||||
"main": "proxy.js",
|
"main": "proxy.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user