Sign in
CPU
Loading…
Memory
Loading…
Storage — cdnstatic per site
Loading…
Server Logs
Nginx Status
Loading…
Wildcard HTTPS (*.aistrigo.com)
Switches wildcard.aistrigo.com from the HTTP-only config to the HTTPS config and reloads nginx. The wildcard certificate at /etc/letsencrypt/live/aistrigo.com/ must already exist.
⚠️ If the cert does not exist yet, obtain it manually first:sudo certbot certonly --manual --preferred-challenges dns -d "*.aistrigo.com"
Setup Nginx (HTTP-only)
Runs setup-nginx.mjs — installs HTTP-only configs for all sites, removes the nginx default site, and reloads nginx. Use this on a fresh server before obtaining SSL certificates.
Obtain SSL Certificates
Runs obtain-ssl-certificates.mjs — obtains Let's Encrypt certificates for all regular domains and switches them to HTTPS configs. Does not cover the wildcard *.aistrigo.com cert (use the card above after running certbot manually). Takes up to a few minutes.