Toby Chui

Results 367 comments of Toby Chui

@Korenchkin I don't know what do you mean by login. You do not need to login to anything to use Let's Encrypt. If you have 20 sites that needed to...

Hmmm, Lets ping the ACME module author and ask for his opinion @yeungalan .

@Iaskweirdquestions For starter, I guess instead of tinkering with tools like Crowdsec, it would be just easier to setup a VPN (e.g. openvpn or wireguard) and do everything in your...

@KmdKeen Thanks for the report. I am having the same issue on some of my homelab nodes. I will look into it recently and will let you know if I...

> The sort-function in the certificate-table is working for the certificate name, but not the other columns like "Last Updated" or "Expires At" Right, when you mention about this, now...

@KmdKeen I think it shd be fixed. I asked @yeungalan (ACME module maintainer) to test it out for me and he say it is ok. Maybe you can provide us...

> This works but gives an invalid cert warning What do you mean by invalid cert warning? There are three possible invalid cert warnings 1. You are served with Zoraxy...

@sangandi You can't because in your setup, Zoraxy doesn't aware of your public ip address. What it sees is that 1. The request is coming from `192.168.1.1` (based on hints...

@sangandi Ok you mean client public IP address instead of server. You can get the client IP address in your upstream server from the first value of X-Forwarded-For header or...

@sangandi The X-Real-IP, if not provided by downstream, will get automatically fill in by Zoraxy. So you do not need to explicitly set it in custom header. You need to...