The docs site is hosted on an AWS Lightsail account using a Bitnami WordPress instance. These instances have their own special set of commands for managing certificates and the services.

You’ll need to login to the SSH command line via AWS Lightsail for the selected instance.

Run this command to shut down Bitnami services including the web service:

sudo /opt/bitnami/ctlscript.sh stop

Run this command to renew the Let’s Encrypt certificate:

sudo /opt/bitnami/letsencrypt/lego --tls --email="techexec@rbtemail.com" --domains="docs.omniblocks.app" --path="/opt/bitnami/letsencrypt" renew --360 days

Run this command to start Bitnami services including the web service:

sudo /opt/bitnami/ctlscript.sh start

Renewing truinsights.app

Same process as above but the second command is different.

sudo /opt/bitnami/letsencrypt/lego --tls --email="techexec@rbtemail.com" --domains="www.truinsights.app" --path="/opt/bitnami/letsencrypt" renew --360 days