CWWhitney / calibration_app

Materials for the "Calibration Training" Shiny app for University of Bonn
GNU General Public License v3.0
0 stars 0 forks source link

SSL certificate renewal #36

Closed CWWhitney closed 11 months ago

CWWhitney commented 11 months ago

The letsencrypt (now certbot) is not working with the following erors:

  1. The website is down and has error 'NET::ERR_CERT_DATE_INVALID'

Screenshot 2023-10-11 at 13 48 25

  1. The command certbot renew --dry-run on our Linux server has the error
Attempting to parse the version 2.6.0 renewal configuration file found at /etc/letsencrypt/renewal/agtools.app.conf with version 0.40.0 of Certbot. This might not work.
Cert is due for renewal, auto-renewing...
Could not choose appropriate plugin: The requested nginx plugin does not appear to be installed
Attempting to renew cert (agtools.app) from /etc/letsencrypt/renewal/agtools.app.conf produced an unexpected error: The requested nginx plugin does not appear to be installed. Skipping.
All renewal attempts failed. The following certs could not be renewed:
  /etc/letsencrypt/live/agtools.app/fullchain.pem (failure)

The issue really seems to be in the Attempting to parse ... renewal configuration part. Checks are ok:

johanneskopton commented 11 months ago

The server is not running on nginx but on apache2. Nginx is installed (I used it for the user interface backend) but not running. But Certbot might also have a version for apache2?

CWWhitney commented 11 months ago

Ok. Thanks @johanneskopton
Seems to be working again after the latest changes.