can be used as a node module

This commit is contained in:
加里
2014-08-14 10:59:49 +08:00
parent b22a8b482e
commit 978b549be7
8 changed files with 97 additions and 72 deletions

View File

@@ -7,7 +7,6 @@ openssl req -x509 -new -nodes -key rootCA.key -days 36500 -out rootCA.crt
echo "============="
echo "rootCA generated at :"
pwd
echo "please trust them and add to your system keychain"
echo "============="
exit 0