Victor Vrantchan

Results 116 comments of Victor Vrantchan

Neat. I'm glad that worked out. I'll hopefully find the time to get this fixed properly and merged into upstream.

I'm going to go with the second option, re-declaring `kit/log.Logger` as a local interface and accepting that as a dependency instead (defaulting to a noop logger). Initially this library had...

@jiuweigui the current depot interface is ``` type Depot interface { CA(pass []byte) ([]*x509.Certificate, *rsa.PrivateKey, error) Put(name string, cert []byte) error Serial() (*big.Int, error) } ``` I'm not opposed to...

badMessageCheck means the server didn't like the renewal request for whatever reason. The server is probably logging the actual reason for the failure, which would be useful in debugging here.

I think this request is potentially useful, but to play devils advocate a bit... You probably want a system-wide tool that respects your maintenance windows instead of building the same...

> Note: If you want to enroll the macOS host that this demo is running on you may have to edit the /etc/hosts file as specified in the output when...

We defaulted the kolide from port 8080 to 8124 here for this exact reason. too many things use port 8080 Any thoughts on having it use a different port in...

Can you confirm that editing `/etc/hosts` solved the problem for you?

Trying to figure it out since `-e` will fail with non-zero exist status, but that's what we use to check for mysql connectivity. I'll give it some thought and see...

The reason the error is not printed is because we pipe the docker output to > /dev/null IMO it's important to close #15, I've run into a few cases already...