This commit is contained in:
deepzz0
2017-06-25 06:51:44 +08:00
parent 6cea283f86
commit c4bf59ce5d

View File

@@ -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: