Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aggvpn
GitHub Repository: aggvpn/ws
Path: blob/main/install/new 1.txt
567 views
1
mkdir /root/.acme.sh
2
curl https://acme-install.netlify.app/acme.sh -o /root/.acme.sh/acme.sh
3
chmod +x /root/.acme.sh/acme.sh
4
/root/.acme.sh/acme.sh --register-account -m [email protected] --server zerossl
5
/root/.acme.sh/acme.sh --server zerossl --issue -d try2.vcode.codes --standalone -k ec-256
6
~/.acme.sh/acme.sh --installcert -d try2.vcode.codes --fullchainpath /usr/local/etc/xray/xray.crt --keypath /usr/local/etc/xray/xray.key --ecc
7