Skip to content

Commit e14f412

Browse files
committed
Fixed ACME.SH + improved UI.
1 parent 88e12da commit e14f412

File tree

8 files changed

+2168
-4476
lines changed

8 files changed

+2168
-4476
lines changed

install-alpine.sh

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ if [[ "$userConsent" == "y" || "$userConsent" == "Y" ]]; then
5555
ln -s /usr/bin/lftp /usr/bin/ftp
5656

5757
curl https://get.acme.sh | sh
58+
/root/.acme.sh/acme.sh --set-default-ca --server letsencrypt
5859

5960
mkdir /www
6061
cd /www

install-centos.sh

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ if [[ "$userConsent" == "y" || "$userConsent" == "Y" ]]; then
8989
yum install -y -q lsof
9090
yum install -y -q socat
9191
curl https://get.acme.sh | sh
92+
/root/.acme.sh/acme.sh --set-default-ca --server letsencrypt
9293
mkdir /www/
9394
mkdir /www/logs/
9495
mkdir /www/nginx/

install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ if [[ "$userConsent" == "y" || "$userConsent" == "Y" ]]; then
6666
apt-get install -y socat
6767
apt-get install -y sysstat
6868
curl https://get.acme.sh | sh
69+
/root/.acme.sh/acme.sh --set-default-ca --server letsencrypt
6970
mkdir /www/
7071
mkdir /www/logs/
7172
mkdir /www/nginx/

public/css/ui.css

+43-163
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)