mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
7 lines
306 B
Bash
7 lines
306 B
Bash
#!/bin/bash
|
|
|
|
cd ~
|
|
git clone https://github.com/acmesh-official/acme.sh.git
|
|
bash ~/acme.sh/acme.sh --install -m $EMAIL
|
|
bash ~/acme.sh/acme.sh --issue -d $DOMAIN -w $WEB
|
|
bash ~/acme.sh/acme.sh --install-cert -d $DOMAIN --key-file ~/key.pem --fullchain-file ~/cert.pem --reloadcmd "service relay force-reload" |