Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
It produced this output:installed SSL but error on SSL Labs. I think Is should of ran sudo certbot --apache -d your_domain -d www.your_domain would of been better but I wonder how I correct it, do I revoke the SSL?
My web server is (include version): ubuntu18
The operating system my web server runs on is (include version):Linux apache
My hosting provider, if applicable, is:digitalocean.com
I can login to a root shell on my machine (yes or no, or I don't know):yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
Other things you can do (but start with @_az's suggestion and don't do these steps unless you want more assurance of security than that offers) :
You can set up HSTS, this tells modern browsers who've been to the secure site, that they should never show the insecure (plain HTTP) site for a period of time, if their user tries (for whatever reason) to visit the insecure site, the browser just gives them the secure one. HTTP Strict Transport Security - Wikipedia. However you cannot really undo this (if you could it would be worthless) you can only wait for it to stop having effect after removing the change.
You can preload HSTS. After you are content that HSTS above works well, you can tell browser vendors their products should always do HTTPS for your sites. https://hstspreload.org/
Some browsers are starting to offer a mode that always does HTTPS. If you have a limited audience it could make sense to give them advice about how to use this mode, keeping them safer on every web site. Firefox 83 introduces HTTPS-Only Mode - Mozilla Security Blog
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
VirtualHost configuration:
*:443 is a NameVirtualHost
default server allhotels.com (/etc/apache2/sites-enabled/allhotels.com-le-ssl.conf:1)
port 443 namevhost allhotels.com (/etc/apache2/sites-enabled/allhotels.com-le-ssl.conf:1)
port 443 namevhost cheaphostels.com (/etc/apache2/sites-enabled/cheaphostels.com-le-ssl.conf:1)
port 443 namevhost cheaptextbooks.com (/etc/apache2/sites-enabled/cheaptextbooks.com-le-ssl.conf:1)
alias www.cheaptextbooks.com
port 443 namevhost coder-forge.com (/etc/apache2/sites-enabled/coder-forge.com-le-ssl.conf:1)
alias www.coder-forge.com
port 443 namevhost coolfonts.com (/etc/apache2/sites-enabled/coolfonts.com-le-ssl.conf:1)
alias www.coolfonts.com
port 443 namevhost dailydeal.com (/etc/apache2/sites-enabled/dailydeal.com-le-ssl.conf:1)
port 443 namevhost dreamparade.com (/etc/apache2/sites-enabled/dreamparade.com-le-ssl.conf:2)
alias www.dreamparade.com
port 443 namevhost freeonmessagedomains.com (/etc/apache2/sites-enabled/freeonmessagedomains.com.conf:23)
port 443 namevhost goodtoyielding.com (/etc/apache2/sites-enabled/goodtoyielding.com-le-ssl.conf:2)
alias www.goodtoyielding.com
port 443 namevhost linkorchard.com (/etc/apache2/sites-enabled/linkorchard.com-le-ssl.conf:1)
alias www.linkorchard.com
port 443 namevhost namedream.com (/etc/apache2/sites-enabled/namedream.com-le-ssl.conf:1)
alias www.namedream.com
port 443 namevhost stackscientist.com (/etc/apache2/sites-enabled/stackscientist.com-le-ssl.conf:2)
alias www.stackscientist.com
port 443 namevhost travelsaver.com (/etc/apache2/sites-enabled/travelsaver.com-le-ssl.conf:1)
alias www.travelsaver.com
*:80 is a NameVirtualHost
default server allhotels.com (/etc/apache2/sites-enabled/allhotels.com.conf:1)
port 80 namevhost allhotels.com (/etc/apache2/sites-enabled/allhotels.com.conf:1)
port 80 namevhost cheaphostels.com (/etc/apache2/sites-enabled/cheaphostels.com.conf:1)
port 80 namevhost cheaptextbooks.com (/etc/apache2/sites-enabled/cheaptextbooks.com.conf:1)
alias www.cheaptextbooks.com
port 80 namevhost coder-forge.com (/etc/apache2/sites-enabled/coder-forge.com.conf:1)
alias www.coder-forge.com
port 80 namevhost coolfonts.com (/etc/apache2/sites-enabled/coolfonts.com.conf:1)
alias www.coolfonts.com
port 80 namevhost dailydeal.com (/etc/apache2/sites-enabled/dailydeal.com.conf:1)
port 80 namevhost dreamparade.com (/etc/apache2/sites-enabled/dreamparade.com.conf:1)
alias www.dreamparade.com
port 80 namevhost freeonmessagedomains.com (/etc/apache2/sites-enabled/freeonmessagedomains.com.conf:1)
port 80 namevhost goodtoyielding.com (/etc/apache2/sites-enabled/goodtoyielding.com.conf:1)
alias www.goodtoyielding.com
port 80 namevhost linkorchard.com (/etc/apache2/sites-enabled/linkorchard.com.conf:1)
alias www.linkorchard.com
port 80 namevhost namedream.com (/etc/apache2/sites-enabled/namedream.com.conf:1)
port 80 namevhost stackscientist.com (/etc/apache2/sites-enabled/stackscientist.com.conf:1)
port 80 namevhost travelsaver.com (/etc/apache2/sites-enabled/travelsaver.com.conf:1)
alias www.travelsaver.com
port 80 namevhost 127.0.0.1 (/etc/apache2/sites-enabled/zzz000-default.conf:1)