Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sc2317 opened this issue May 10, 2023 · 4 comments
Assignees

Comments

@sc2317
Copy link

sc2317 commented May 10, 2023

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 ?

@timkimber
Copy link
Member

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

@sc2317
Copy link
Author

sc2317 commented May 12, 2023

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.

@timkimber
Copy link
Member

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 timkimber self-assigned this Jun 25, 2023
@githubRover
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants