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. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: (www.)robinboardman.me.uk
I ran this command: cerbot --apache
It produced this output: Saving debug log to /var/log/letsencrypt/letsencrypt.log
Which names would you like to activate HTTPS for?
We recommend selecting either all domains, or all domains in a VirtualHost/server block.
1: robinboardman.me.uk
2: www.robinboardman.me.uk
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel):
Certificate not yet due for renewal
You have an existing certificate that has exactly the same domains or certificate name you requested and isn't close to expiry.
(ref: /etc/letsencrypt/renewal/www.robinboardman.me.uk.conf)
What would you like to do?
1: Attempt to reinstall this existing certificate
2: Renew & replace the certificate (may be subject to CA rate limits)
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 1
Deploying certificate
Successfully deployed certificate for robinboardman.me.uk to /etc/apache2/sites-enabled/000-default.conf
Successfully deployed certificate for www.robinboardman.me.uk to /etc/apache2/sites-enabled/default-ssl.conf
Failed redirect for www.robinboardman.me.uk
Unable to set the redirect enhancement for www.robinboardman.me.uk.
My web server is (include version): apache 2?
The operating system my web server runs on is (include version): Raspberry Pi
My hosting provider, if applicable, is: me
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): 4.0.0
The above output seems to be saying a certificate is in place for my site but I cannot access it with https://, the browser saying that the security certificate is not trusted by your computer's operating system. I wonder if the problem is apache configuration?