添加 README.md

This commit is contained in:
远野千束 2025-04-12 00:49:44 +08:00
parent 1828d0cb12
commit 8b206dcdc5

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# 一些运维自用脚本
- 给Docker开放守护进程套接字生成证书
```bash
sudo bash -c "$(curl -sSL https://git.liteyuki.icu/snowykami/script/raw/branch/main/generate-tls.sh)"
```