Skip to content

Commit

Permalink
U: ssl @ certbot renew script - A: add variables for ssh authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
hqdNotional committed Jun 18, 2024
1 parent 1cd833a commit 7784e18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ssl/certbot-renew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ nc='\033[0m' # No Color
CONTAINER_NAME=$1
DOMAIN=$2

# Basic variables for server ssh authentication
USERNAME="root"
HOST="cosmos2"

# Basic variables for certbot
CREDENTIAL_PATH="./cloudflare.ini"
CERTBOT_DIR="/tmp/certbot"
Expand Down

0 comments on commit 7784e18

Please sign in to comment.