From 8b206dcdc517c699dbf413365db071553e68aeaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=9C=E9=87=8E=E5=8D=83=E6=9D=9F?= Date: Sat, 12 Apr 2025 00:49:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d707322 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# 一些运维自用脚本 + +- 给Docker开放守护进程套接字生成证书 +```bash +sudo bash -c "$(curl -sSL https://git.liteyuki.icu/snowykami/script/raw/branch/main/generate-tls.sh)" +``` \ No newline at end of file