getssl icon indicating copy to clipboard operation
getssl copied to clipboard

./getssl -c domainame gives curl: (6) Could not resolve host: api.github.com getssl: curl error checking releases: 6

Open sc2317 opened this issue 2 years ago • 6 comments
trafficstars

Running ./getssl -c domainname -w workingdirectory gives below error curl: (6) Could not resolve host: api.github.com getssl: curl error checking releases: 6

Is it necessary to resolve to api.github.com ?

sc2317 avatar May 10 '23 15:05 sc2317

Hi @sc2317 That's the update check to see if you are running the latest version.
If you can't do that check, then you can disable it by passing the -U (or --nocheck) flag when you run getssl

i.e.

./getssl --nocheck -c domainname -w workingdirectory

Thanks Tim

timkimber avatar May 10 '23 16:05 timkimber

Hi Tim, Thanks for the inputs. Can you please help in understanding where do I need to provide the EAB Key ID and HMAC Key in order to use this script ? Sorry, if this is not the right section to ask but could not find any other way because I don't see any reference to these in the gettssl.cfg file created by this script.

sc2317 avatar May 12 '23 09:05 sc2317

Hi @sc2317

Sorry for the late response, I must have missed your reply.

getssl doesn't support EAB/HMAC, I'll add it to my todo list as I see that's now required to create certificates using ACME for GoDaddy.

timkimber avatar Jun 25 '23 21:06 timkimber

Required for ZeroSSL and relatively new Google CA support for ACME too

githubRover avatar Jun 25 '23 22:06 githubRover

is there any progress on EAB support? func get_eab_json() looks interesting but is not used?

gereoffy avatar Jun 23 '24 22:06 gereoffy

Hi @gereoffy

I've not had a lot of time to look at anything getssl related recently. I'm currently away, but will add this to my todo last for when I get back as it shouldn't take long (from memory that function does most of the work needed)

timkimber avatar Jun 25 '24 04:06 timkimber