Skip to content

Commit

Permalink
增加自定义TLS证书的功能
Browse files Browse the repository at this point in the history
  • Loading branch information
KANIKIG committed Apr 10, 2021
1 parent 2d89be4 commit 7242d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ function cert() {
echo -e "-----------------------------------"
fi
else
print_error "SSL 证书生成失败"
echo -e "SSL 证书生成失败"
exit 1
fi
elif [ "$numcert" == "2" ]; then
Expand Down

0 comments on commit 7242d32

Please sign in to comment.