Ai
1 Star 0 Fork 2

夜半钟声敲代码/ssl

forked from xiaoQQya/ssl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
flush.sh 247 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fishdrowned 提交于 2017-12-27 21:25 +08:00 . fix: certification path issue in windows
#!/usr/bin/env bash
cd "$(dirname "${BASH_SOURCE[0]}")"
echo 'Removing dir out'
rm -rf out
echo 'Creating output structure'
mkdir out
cd out
mkdir newcerts
touch index.txt
echo "unique_subject = no" > index.txt.attr
echo 1000 > serial
echo 'Done'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/CShapeCoder/ssl.git
git@gitee.com:CShapeCoder/ssl.git
CShapeCoder
ssl
ssl
master

搜索帮助