{"tool":"acme.sh","tool_display":"Acme.sh","intent":"issue-wildcard-certificate-automatic-dns","intent_display":"issue wildcard certificate automatic dns","title":"Acme.sh Command: issue wildcard certificate automatic dns","command_string":"acme.sh --issue --dns <dns_namesilo> --domain <example.com> --domain <*.example.com>","raw_command_string":"acme.sh --issue --dns {{dns_namesilo}} --domain {{example.com}} --domain {{*.example.com}}","description":"Exact CLI syntax to issue wildcard certificate automatic dns using Acme.sh.","usage_scenario":"Use when automating wildcard SSL certificate issuance for a domain's subdomains via the DNS-01 challenge. This is critical for operations requiring secure communications with multiple subdomains, ensuring efficient certificate management with NameSilo's DNS service.","scenario_context":"Ensure DNS records are properly set for successful wildcard certificate issuance.","simulated_output":"# Issuing wildcard certificate for example.com...\nProcessing example.com...\nProcessing *.example.com...\n\nSuccessfully issued:\n- example.com\n- *.example.com\n\nCertificate details:\n- Validity: 90 days\n- DNS Provider: NameSilo\n\nCertificate path: /etc/acme.sh/example.com/fullchain.cer\n\nDone.","how_to_steps":["Run the command to issue a wildcard certificate: `acme.sh --issue --dns {{dns_namesilo}} --domain {{example.com}} --domain {{*.example.com}}`.","Check the output for confirmation of successful certificate issuance."],"inferred_category":"Networking","canonical_url":"https://www.syntaxstandard.com/acme.sh/issue-wildcard-certificate-automatic-dns"}