Add acme remove revoke
This commit is contained in:
10
acme/acme_remove.sh
Executable file
10
acme/acme_remove.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
. ./env.sh
|
||||
|
||||
curl https://get.acme.sh | sh -s email=$EMAIL
|
||||
|
||||
$HOME/.acme.sh/acme.sh --revoke --domain $DOMAIN
|
||||
$HOME/.acme.sh/acme.sh --remove --domain vw.jamesvillage.dev
|
||||
rm -r $SSL_PATH
|
||||
rm -r $HOME/.acme.sh/"$DOMAIN"_ecc
|
||||
Reference in New Issue
Block a user