摘要: ./cert-tool.sh ca 365 ./cert-tool.sh server 365 #!/bin/bash mkdir -p cert if [ -n "$2" ]; then day=$2 else day=10000 fi clear_old(){ rm -f cert/* } re 阅读全文
posted @ 2021-07-19 12:03 三木燕 阅读(157) 评论(0) 推荐(0) 编辑