Hi,

I have a "simple" issue regarding x509 certificate verification. There are 
two certificates:
- cacert.pem: a self signed certificate
- ek.pem: a certificate that was signed by cacert.pem

The following command works as expected:
$ openssl verify -CAfile cacert.pem ek.pem
ek.pem: OK

But the following code doesn't: https://play.golang.org/p/10KMLs4WWt
*Can't be tested on Go Playground

Any help is appreciated. =)

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to