This commit is contained in:
Zsolt Ero
2024-02-24 19:53:59 +01:00
parent 8bba46515b
commit f0476ee03d
5 changed files with 240 additions and 182 deletions

View File

@@ -69,6 +69,8 @@ def certbot(c):
apt_get_purge(c, 'certbot')
c.sudo('snap install --classic certbot', warn=True)
c.sudo('snap set certbot trust-plugin-with-root=ok', warn=True)
c.sudo('snap install certbot-dns-cloudflare', warn=True)
def lego(c):