From ec554a2aa9b349235011bf4a58ce60647ece2314 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: Sat, 6 Dec 2025 06:55:02 +0300 Subject: [PATCH] Revert "rename better" This reverts commit e2a09dcaafe5431fae11a62ebff6d8521d3942ec. --- cert/clientRenew => cert.client.renew | 2 +- cert/clientSetup => cert.client.setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename cert/clientRenew => cert.client.renew (87%) rename cert/clientSetup => cert.client.setup (80%) diff --git a/cert/clientRenew b/cert.client.renew similarity index 87% rename from cert/clientRenew rename to cert.client.renew index 9e04058..e5907d4 100755 --- a/cert/clientRenew +++ b/cert.client.renew @@ -1,3 +1,3 @@ -#!/bin/bash -e +#!/bin/bash # https://habr.com/ru/articles/735712/ certbot certonly --manual --preferred-challenges http -d "kornerr.ru" diff --git a/cert/clientSetup b/cert.client.setup similarity index 80% rename from cert/clientSetup rename to cert.client.setup index eecff6e..a2323f6 100755 --- a/cert/clientSetup +++ b/cert.client.setup @@ -1,3 +1,3 @@ -#!/bin/bash -e +#!/bin/bash # https://habr.com/ru/articles/735712/ brew install certbot