Certificate on my docker eve online seat server

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. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
hi i would appriciate some help please
i might gone over my head on this :smiley:

im trying to run a "seat" website for my eve online corp

i done the 5.x install with docker

My domain is: drittnett.no

I ran this command:installed certbot and ran with the other on linux snap setup

i got to step 6 and i cant seem to find webroot
there is no /var/www/html or any of those plpaces
i tried locate inside docker containers for webrrot also but seem to find out what to do

when i run the "sudo certbot renew --dry-run"
It produced this output:Failed to renew certificate drittnett.no with error: Missing command line flag or config entry for this setting:
Input the webroot for drittnett.no:


All simulated renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/drittnett.no/fullchain.pem (failure)


1 renew failure(s), 0 parse failure(s)

My web server is (include version):

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

My hosting provider, if applicable, is: domene.no

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

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): certbot 5.1.0

hope this is usefull to help :slight_smile:

Seiten

I am not a SeAT expert but from a review of their docs they suggest using Traefik to handle HTTP(S) requests. With that, Traefik handles getting the certs and you do not use Certbot.

In fact, right now HTTPS requests to your domain get a response from Traefik but use its default cert. See: SSL Checker

I couldn't find a lot of docs for the details of that. You might want to ask about that on the SeAT forum. But, here's a couple to start with. The 'acme' configuration is what you need to get working with Traefik.

The below link is from the migration from v3 to v4. But, it shows more of the Traefik config. I couldn't find it in the v5 section but I don't think it would have changed since then. This is also a better question for the SeAT forum

2 Likes

ok thanks for looking at this :slight_smile: ill try at the seat forum

2 Likes

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