how to ACME

zomebodi

Verified User
Joined
Sep 3, 2023
Messages
66
Is there a way to enable ACME on all domains? (with a script or something)
 

Attachments

  • Captura de pantalla 2026-07-22 110628.png
    Captura de pantalla 2026-07-22 110628.png
    65.6 KB · Views: 46
Hello,

Go in a loop through all domains hosted on a server with the command:

Bash:
/usr/local/directadmin/scripts/letsencrypt.sh renew <DOMAIN>

it will enable ACME for domains.
 
Back
Top