ACME ক্লায়েন্ট প্রোটোকল প্রয়োজনীয় স্ক্রিপ্ট,
certbot
এর একটি বিকল্প।acme.sh dns
দেখুন। আরও তথ্য পাবেন: https://github.com/acmesh-official/acme.sh।
acme.sh --issue --domain {{example.com}} --webroot {{/পাথ/টু/ওয়েবরুট}}
acme.sh --issue --standalone --domain {{example.com}} --domain {{www.example.com}}
acme.sh --issue --alpn --domain {{example.com}}
acme.sh --issue --nginx --domain {{example.com}}
acme.sh --issue --apache --domain {{example.com}}
acme.sh --issue --dns {{dns_cf}} --domain {{*.example.com}}
acme.sh --install-cert -d {{example.com}} --key-file {{/পথ/থেকে/উদাহরণ.কম.কি}} --fullchain-file {{/পথ/থেকে/উদাহরণ.কম.সিআর}} --reloadcmd "{{systemctl force-reload nginx}}"