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: svn.boberglund.com
I ran this command: sudo certbot renew --dry-run
It produced this output:
The following certs could not be renewed:
/etc/letsencrypt/live/svn.boberglund.com/fullchain.pem (failure)
** DRY RUN: simulating ācertbot renewā close to cert expiry
** (The test certificates below have not been saved.)
The following certs were successfully renewed:
/etc/letsencrypt/live/video.boberglund.com/fullchain.pem (success)
The following certs could not be renewed:
/etc/letsencrypt/live/svn.boberglund.com/fullchain.pem (failure)
** DRY RUN: simulating ācertbot renewā close to cert expiry
** (The test certificates above have not been saved.)
My web server is (include version):
Server version: Apache/2.4.29 (Ubuntu)
Server built: 2019-07-16T18:14:45
The operating system my web server runs on is (include version): Ubuntu 18.04.3 LTS
My hosting provider, if applicable, is: none
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 0.31.0
My Ubuntu server sits on my home LAN with dynamic dns pointing to the fiber routerās Internet address.
I have forwarded ports 80 and 443 on the router to the Ubuntu serverās internal address. The server is used for my videos and for subversion.
Originally Apache was set up as part of installation of Apache Subversion and used a self-signed certificate. Later I added my video site as a virtual host into Apache and used certbot to get a cert that would not barf at you every time in a browser.
I used instructions on how to retrieve a cert to be used with subversion on Digital ocean and thought that I was all doneā¦
However now that I checked the renewal process as described above I see that the cert for svn will not be renewed. What to do???