jnapl1

Results 11 comments of jnapl1

I was able to read it with both `openssl verify -CAfile ./root.pem ./vault-ca.pem` and `openssl x509 -in vault-ca.pem -text`. Unfortunately, I am unable to copy and paste the contents of...

My bad. That was a typo. Corrected it.

Here's the output I get (slightly edited to save time. I have to type it out manually). I can try and fill it in more if what I excluded was...

Honestly, I've never used go before. So I haven't been able to get this to run just yet. But I tried replicating the error on my personal VM, using certificates...

Yes, you're right. Sorry. I was in a rush to get my last post up and didn't pay enough attention to the error message. My development environment is a little...

Quick update (Sorry I got a little preoccupied). So far I've been unable to duplicate my error, which is leading me to consider that our certificate provider may be formatting...

Unfortunately, that didn't seem to work.

Yes, I get the message on both. And I am not able to provide the certificates.

It looks like the issue may have been caused by subject/authority key identifiers in the v3 extensions being SHA256 hashes. After reissuing the certificate with the values generated with SHA1,...

My bad. I had mistyped the given example. The PEM blocks are valid. Returned error: ``` panic: x509: invalid basic constraints b goroutine 1 [running]: main.main() /path/to/test.go:24 +0xd2 exit status...