Installing LetsEncrpyt SSL certificate on CentOS6, Tomcat9

Hi all,

I’m new here so would appreciate any help I can get.
I’m trying to set up my server to use HTTPS with Tomcat9

Currently, I’ve ran the following commands.
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
./certbot-auto certonly

When i ran the certonly function, it prompted me how I would want to authenticate and i chose option 2, standalone.

However, there in my /etc/letsencrypt folder, there isn’t any live folder
Appreciate any kind advice as I’m stucked now.

Thank you.

the simplest solution is if you already have a running web server (Tomcat9), you only need to ensure it can listen on port 80 and then use the --webroot authentication.

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