update meta info for rootCA

This commit is contained in:
加里 2014-08-22 17:30:53 +08:00
parent f438bed1e6
commit 7cceecadd6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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": {