Are you following an installing guide of some sort?
How are you doing what you are doing?
And why?
[what do you want to accomplish?]
I don't see DNS-01
authentication being used in that guide.
You seem to be doing your own thing at this point.
my certifcate on the website expired and i renewed it but the website isnt secure yet... im trying to secure my website
You have a cert.
Not sure if it is within the container or in the host...
Not sure where you intend on using the cert [in the container or in the host]...
Not sure of your nginx
skills...
Not sure of your ultimate goal...
Where is the "website"?
within the container?
OR on the host?
OR both [via proxy]?
the project itself is inside a container and there is another container called website has the specifecations in the guide
My point [if not clear] is that we need to know more.
Enough to know how to help you.
Right now, we don't know enough.
We have more questions than answers.
Where do the Internet web requests go?
Which service is the first to handle them?
And where is that service running?
im using three files in my project which are Dockerfile and docker-compose.yaml and nginx.conf do you want to see them? also im using two docker containers only
I want you to help me understand how the packets flow.
Internet HTTP(S) request >>>> [what hears them?]
clarify more... what do you mean by https requests? from where to where?
I'm on the Internet.
I type HTTPS://your-domain/something
Where does that request go?
Who/what hears my request [first]?
to the droplet server i guess?
This is no time for guessing.
Do you have a diagram [even if only in your head]?
The flow of the connections is vital to solving problems quickly.
when you go there you go to this IP 64.226.65.26
Ok.
When I connect to that IP on port 80 or 443, what service responds?
Where is that service running?
Who is sending me this reply?:
curl -Ii 64.226.65.26
HTTP/1.1 301 Moved Permanently
Server: nginx/1.25.3
Date: Thu, 02 May 2024 18:07:24 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: https://64.226.65.26/
By "who" I mean what service and where is it running?
I see an nginx
version 1.25.3
[or so it claims]
Yep that's what I saw too
Side note: here is a list of issued certificates crt.sh | daleelalhurra.com
Recently your certificates only have the name daleelalhurra.com
;
a while back they had both the name daleelalhurra.com
and the name www.daleelalhurra.com
.