Help regarding steps to renew SSL certificate

www.egangaa.net had a SSL certificate from ‘let’s encrypt’ and got expired on 8th April 2019 that is yesterday. Now all our production services are hitting errror, how do we go about renewing the same at the earliest.
thanks
Egangaa team

Hi @ygt, welcome to the Let’s Encrypt community forum :wave:

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:

I ran this command:

It produced this output:

My web server is (include version):

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don’t know):

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):

My domain is: www.egangaa.net

I ran this command: sudo certbot certonly

It produced this output: Failed authorization procedure. www.egangaa.net (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.egangaa.net/.well-known/acme-challenge/l9iZKZqgIIdFIbxE0dkgxLaAAOQVo_zICtwnWOC7wug [95.216.204.216]: “<!doctype html><html lang=“en”>HTTP Status 404 \u2013 Not Found<style type=“text/css”>h1 {font-family:Tahoma,A”

IMPORTANT NOTES:

My web server is (include version): Apache Tomcat (8.5.37.0)

The operating system my web server runs on is (include version): Ubuntu 16.04

My hosting provider, if applicable, is: Hetzner

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): 0.28.0

Hi @ygt

there are some checks ~2 hours old ( https://check-your-website.server-daten.de/?q=egangaa.net ):

Your port 80 is open, your Tomcat answers. Tomcat is a little bit "special".

So find your tomcat webroot. Then use it.

certbot -a webroot certonly -w yourTomcatWebroot -d egangaa.net -d www.egangaa.net

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.