Add DNS-01 ACME wildcard certificate

- Add Ansible Vault convenience script
This commit is contained in:
2022-11-19 20:58:07 -05:00
parent e7a8c8aa1c
commit 7bd4858c7e
7 changed files with 87 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ all: vagrant
vagrant:
vagrant up --no-destroy-on-error --no-color | tee ./vagrantup.log
./forward-ssh.sh
./scripts/forward-ssh.sh
clean:
vagrant destroy -f --no-color