I'm dealing with an Enterprise GitHub server with an expired certificate, and I would like to use the GitHub CLI tools.
gh auth login
responds with:
error validating token: Get "https://github.XXXXXX.com/api/v3/": x509: certificate has expired or is not yet valid: current time 2022-01-04T16:06:33-08:00 is after 2018-06-01T13:55:08Z
I'd like to do sometihing like
git config http.sslVerify false
Is there a way to do this in gh?