Obtain the status of a service: sudo /opt/bitnami/ctlscript.sh status Call it without any service name arguments to start all services: sudo /opt/bitnami/ctlscript.sh start Or use it to restart a single service, such as Apache only, by passing the service name as argument: sudo /opt/bitnami/ctlscript.sh restart apache Use this script to stop all services: sudo /opt/bitnami/ctlscript.sh stop Restart the services by running the script without any arguments: sudo /opt/bitnami/ctlscript.sh restart Show all certificates sudo certbot certificates Delete a certificates sudo certbot delete --cert-name chattanoogamasons.com Renew certificates sudo certbot -d andybarber.com -d *.andybarber.com --manual --preferred-challenge dns certonly --force-renewal sudo certbot -d chattanoogamasons.com -d *.chattanoogamasons.com -d andybarber.com -d *.andybarber.com --manual --preferred-challenge dns certonly --force-renewal Delete entire directory rm -r /opt/bitnami/apache/htdocs/drts_old