temp
This commit is contained in:
@ -148,6 +148,7 @@ func getUsableKeyCert(cluster, caName, name, profile, label string, req *csr.Cer
|
||||
return
|
||||
}
|
||||
|
||||
log.Print("cert verify:\n", string(kc.Cert), "\n\nagainst CA certs:\n", string(ca.Cert))
|
||||
_, err = cert.Verify(x509.VerifyOptions{Roots: pool})
|
||||
return
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user