V2RaySSR / Trojan

Trojan 一键安装脚本
727 stars 386 forks source link

WIP: Docker support #15

Open m2kar opened 4 years ago

m2kar commented 4 years ago

Note:

curl https://get.acme.sh | sh
    ~/.acme.sh/acme.sh  --issue  -d $your_domain  --webroot /usr/share/nginx/html/
        ~/.acme.sh/acme.sh  --installcert  -d  $your_domain   \
        --key-file   /usr/src/trojan-cert/private.key \
        --fullchain-file /usr/src/trojan-cert/fullchain.cer \
        --reloadcmd  "systemctl force-reload  nginx.service"