My domain is: slow.tarmo.cz
I ran this command: certbot --apache -d slow.tarmo.cz
It produced this output: Already discarded, no errors indicated. Log available on request.
My web server is (include version): Apache httpd-2.4.41
The operating system my web server runs on is (include version): Fedora 31
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): certbot 1.0.0
I have a DSL connection with a fixed IP address and the DNS record set to resolve to slow.tarmo.cz. The computer normally running at that address is out for maintenance and a backup computer is running there. I installed httpd and certbot from scratch and made the certificates for the backup computer.
HOWEVER, I forgot to rename the backup computer prior to doing this from its actual name, r710, to the name it is to assume, slow. The certificate was generated for r710.
After noticing that, I changed the hostname with hostnamectl set-hostname slow, uninstalled apache and certbot and deleted /etc/httpd and /etc/letsencrypt entirely. I set up the basic Apache server with virtualhost on port 80 and generated the certificates with certbot --apache -d slow.tarmo.cz.
Despite this, the certificate is still assigned to r710, which causes a security complaint in the browser. What have I done incorrectly?