Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit 3940f23

Browse files
authored
add tip
1 parent 379fbdd commit 3940f23

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

install-debian10.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,12 @@ rm -fR nginx-conf
8181
cd ..
8282
rm -fR fastgit-tmp
8383

84-
# TODO: Put Cert
8584
mkdir -p /var/www/cert/
85+
86+
echo "Please delete this line, enter certification here, and save" > /var/www/cert/fg.pem
8687
nano /var/www/cert/fg.pem
88+
89+
echo "Please delete this line, enter private key here, and save" > /var/www/cert/fg.key
8790
nanp /var/www/cert/fg.key
8891

8992
nginx -t

0 commit comments

Comments
 (0)