Tim Ferguson
Results
2
issues of
Tim Ferguson
I think there is a cut-and-paste error here: ``` caPrivKeyPEM := new(bytes.Buffer) pem.Encode(caPrivKeyPEM, &pem.Block{ Type: "RSA PRIVATE KEY", Bytes: x509.MarshalPKCS1PrivateKey(caKey), }) if err := ioutil.WriteFile(path + "ca.key", caPEM.Bytes(), 0644); err...
Since most of the implementation of this is platform independent (pulling images from repositories and extracting them), it should be possible to execute this on Windows. Currently the main problem...