1
0
Atdalīts 0

Only renew certificates if we're using Let's Encrypt

master
Carlos Mogas da Silva pirms 6 gadiem
vecāks eff501851f
revīzija 87c0ed086a
  1. 4
      certbot-renew.sh

@ -1,3 +1,5 @@
#!/bin/bash
certbot renew
if [ "${USE_LETSENCRYPT,,}" == "yes" -o "${USE_LETSENCRYPT,,}" == "true" ]; then
certbot renew
fi

Notiek ielāde…
Atcelt
Saglabāt