summaryrefslogtreecommitdiff
path: root/proxy/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/install.sh')
-rw-r--r--proxy/install.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/proxy/install.sh b/proxy/install.sh
deleted file mode 100644
index 58a8e53..0000000
--- a/proxy/install.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-set -euo pipefail
-cd "$(dirname "$0")"
-
-echo "=== Proxy Install: proxy.yyamashita.com ==="
-bash "$(pwd)/renew-cert.sh"
-
-echo ""
-echo "=== Proxy 起動完了 ==="
-echo " アドレス: https://proxy.yyamashita.com:8443"
-echo " 認証: VPN と同じユーザー名/パスワード (Basic 認証)"
-echo " 証明書の更新: bash /app/infra/proxy/renew-cert.sh"