teamdfir / sift

SIFT
MIT License
492 stars 65 forks source link

Installation error - certificate signed by unknown authority #605

Closed ruben03mx closed 1 year ago

ruben03mx commented 1 year ago

Not able to install sift-saltsack. Not usre if I'm missing installing a certificate or there is away to bypass this.

sudo cast install teamdfir/sift-saltstack WARN[0000] using unauthenticated github client, could result in API rate limiting ERRO[0000] error listing releases from github component=distro error="Get \"https://api.github.com/repos/teamdfir/sift-saltstack/releases\": x509: certificate signed by unknown authority" owner=teamdfir repo=sift-saltstack FATA[0000] Get "https://api.github.com/repos/teamdfir/sift-saltstack/releases": x509: certificate signed by unknown authority

Maybe is that I'm using Debian? let me try with Ubuntu

ruben03mx commented 1 year ago

Yeap it was that. Changed to Ubuntu and it is working.

Only thing to add in the instrucctions is the argument for server mode...it took me some tries to get it right.

sudo cast install --mode=server teamdfir/sift-saltstack