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