The SSL Problem and a simple Solution

Post your evernode tutorials and ideas here!

Moderator: EvrSteward

Post Reply
CoderGeeK
Posts: 8
Joined: Sat Aug 24, 2024 6:31 pm

The SSL Problem and a simple Solution

Post by CoderGeeK »

When hosting applications on evernode instances you can't assume that it comes with a wildcard certificate, and even if it does, you probably can't access it from within the docker container. This is problematic as https is increasingly important.

There are probably a lot of solutions to this, but the one I have come up with is simple: Use your own ssl certificate and your own domain.

I pick an instance, and I ping it to get it's ip. I then point my domain to it and generate a ssl certificate on a provider where dns records are enough to verify my domain.

I found a provider that is offering free domains, and they seem to work well, link below
freedomain.one

With the help of that domain provider I'm able to point towards my future evernode instance, and to generate my SSL certificate I use zerossl.com for a free certificate.

And voilá,
Whichever application you deploy can now use your own domain and your own ssl certificate!


Better ideas and thoughts about the future are welcomed :)
XRPLWin
Posts: 3
Joined: Wed Aug 14, 2024 5:39 am

Re: The SSL Problem and a simple Solution

Post by XRPLWin »

Guide how to connect trough Cloudflare would help.
wroomwroom
Posts: 12
Joined: Wed Jul 31, 2024 5:59 pm

Re: The SSL Problem and a simple Solution

Post by wroomwroom »

XRPLWin wrote: Sun Aug 25, 2024 6:30 pm Guide how to connect trough Cloudflare would help.
But then we're relying on cloudflare, increasing the overall centralization of the internet! Not sure if that is what we want?

I agree though, politics aside, cloudflare is a very smooth solution to this problem!
Post Reply