view host/renewSsl.sh @ 2035:00bbfef1a86b acme-tiny tip

added Thread.try_synchronized
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 05 Nov 2025 11:20:47 -0700
parents 27a2530f04b6
children
line wrap: on
line source

#!/bin/bash

cd "$1";

ROOTPWD=$(pwd);

./acme.sh --renew-all --cert-home "$ROOTPWD"/sites --config-home "$ROOTPWD"/local/letsencrypt/config;

sudo /usr/local/bin/nginx -s reload;