The end off all your self-sign certificate woes (in node.js at least)
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

10 行
146 B

#!/bin/bash
bash make-root-ca-and-certificates.sh 'local.ldsconnect.org'
node ./serve.js &
sleep 2
node ./request-without-warnings.js
echo ""