githubRover

Results 32 comments of githubRover
trafficstars

Can't you just do "abc'123" ? I did not try that in getssl ACL as you describe - this is just generally how I would do that in bash

> with my domain in place of "myWebsite.com" myWebsite.com is a valid domain (although apparently not yours) When posting example domains / URL's you shouldn't use someone else's domain. Using...

As one action would you please make note of discontinued support on your Windows Installer page? https://certbot.eff.org/instructions?ws=other&os=windows At least replace this line `Certbot is now officially available for Windows. `...

if ($host = privacyboard.nyc) { return 301 https://$request_uri; } I think the problem might be the incorrect format of above. You are missing the $host before $request_uri like you had...

This link describes several options https://community.letsencrypt.org/t/certbot-discontinuing-windows-beta-support-in-2024/208101 Here is a list of suggestions from Let's Encrypt. If you are still not sure try posting at the Let's Encrypt community forum https://letsencrypt.org/docs/client-options/#clients-windows-/-iis...

There was a recent change by Let's Encrypt which no longer supports SHA-1. See this post: https://community.letsencrypt.org/t/rejecting-sha-1-csrs-and-validation-using-tls-1-0-1-1-urls/175144 If that is not enough for you to resolve this you will probably...

I use getssl v2.41 and got a fresh Let's Encrypt cert today. So, there must be something different about your system. I haven't studied the getssl code to know why...

I looked at the getssl code a little. I did not follow all the twists and turns. But, one difference might be that I use REUSE_PRIVATE_KEY="false" This causes a fresh...

I am running an RHEL based distro but a later one than yours. My openssl is still receiving security updates even though its version is 1.0.2k-fips Jan 2017 It's a...

> ```batchfile > user@host [~]$ ~/getssl/getssl -U -a -q > getssl: ERROR curl "https://acme-v02.api.letsencrypt.org" failed with 7 and returned: > > curl: (7) Failed to connect to 2606:4700:60:0:f53d:5624:85c7:3a2c: Network is...