From dd7f08ffcd8f8e2c677014d8ef2db8b27aae40f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Fri, 5 Sep 2025 22:56:28 +0300 Subject: [PATCH] install certbot --- cert.setup | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 cert.setup diff --git a/cert.setup b/cert.setup new file mode 100755 index 0000000..a2323f6 --- /dev/null +++ b/cert.setup @@ -0,0 +1,3 @@ +#!/bin/bash +# https://habr.com/ru/articles/735712/ +brew install certbot