You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
certs.GenNKey(false)
forerr:=pki.LoadRootCA("sprout"); err!=nil; err=pki.LoadRootCA("sprout") {
log.Debugf("Error with RootCA: %v", err)
// TODO make this delay configurabletime.Sleep(time.Second*5)
}
forerr:=pki.PutNKey(sproutID); err!=nil; err=pki.PutNKey(sproutID) {
log.Debugf("Error submitting NKey: %v", err)
// TODO make this delay configurabletime.Sleep(time.Second*5)
}
goConnectSprout()
The text was updated successfully, but these errors were encountered:
https://api.github.com/gogrlx/grlx/blob/2ae30f217edc2655ab355a82a26b3d9c8708105f/cmd/sprout/main.go#L43
The text was updated successfully, but these errors were encountered: