diff --git a/Makefile b/Makefile index 766f92c..42888bb 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ docker_registry?=registry.cn-hangzhou.aliyuncs.com acme?=~/.acme.sh acme.sh?=$(acme)/acme.sh -config?=tmp/conf +config?=/data/eiblog/conf test: @@ -70,5 +70,8 @@ gencert: dhparams: @openssl dhparam -out $(config)/ssl/dhparams.pem 2048 +ssticket: + @openssl rand 48 > $(config)/ssl/session_ticket.key + clean: