-
Not sure if this is certificate transparency's issue or ours (I'm not familiar with gox):
```
$ go version
go version go1.7.1 linux/amd64
$ go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTAR…
-
This is a minor thing, but I ended up having to trawl through the source code to figure out why my checksums weren't matching up. Could it be documented somewhere that the checksums are not calculated…
-
**Description**
We were having an issue with one of our applications that was testing things. In order to isolate the problem they were running with a single replica of their application and a f…
-
Presumably since b8be2da153c6e2661275ae41b86c8b54ef0e02c6, projects using both cfssl and certmgr seems to fail to build.
To reproduce:
1. Create main.go with:
```go
package main
import (
…
-
this is a duplication of #157 ( it wasn't resolved but author gave up, I don't understand why need to lock it )
it is duplicated here, grpc Server was written in Golang deployed with self signed ce…
-
In integrating CFSSL with Netflix's [Lemur](https://github.com/netflix/lemur) project, I've hit a snag which could be solved by extending the CSRWhitelist mechanism to the KeyUsage and/or ExtendedKeyU…
-
In order to ensure we can't have two separate devices with the same ID and valid certificates, we should automatically revoke the old certificate upon successful renewal.
-
## Expected Behavior
successful kubectl call from within kritis preinstall container
## Actual Behavior
```
kubectl logs kritis-preinstall -c kritis-preinstall
time="2020-11-27T20:37:54Z" level…
-
Would it be possible to add an example of generating json for an authsign request? Specifically an example of a key, the json for certificate_request, the json containing the token and request.
That…
-
does... this initialize / copy the certs?
ghost updated
6 years ago