diff --git a/cert.client.renew b/cert/clientRenew similarity index 87% rename from cert.client.renew rename to cert/clientRenew index e5907d4..9e04058 100755 --- a/cert.client.renew +++ b/cert/clientRenew @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/bash -e # https://habr.com/ru/articles/735712/ certbot certonly --manual --preferred-challenges http -d "kornerr.ru" diff --git a/cert.client.setup b/cert/clientSetup similarity index 80% rename from cert.client.setup rename to cert/clientSetup index a2323f6..eecff6e 100755 --- a/cert.client.setup +++ b/cert/clientSetup @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/bash -e # https://habr.com/ru/articles/735712/ brew install certbot