square / certstrap

Tools to bootstrap CAs, certificate requests, and signed certificates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get certificate request error: permission denied

snagrath-sys opened this issue · comments

While signing the CSR using the following command:
./certstrap-master-linux-amd64 sign CSR_name --CA QA_RootCertAuth

I am getting the following error:
Get certificate request error: permission denied

Please guide how to fix this and sign the CSR.

Regards

I think the issue has to do with the version of go you are using to build. I tried the precompiled binary and was able to resolve this.
https://github.com/square/certstrap/releases/tag/v1.2.0

Hi @snagrath-sys. I believe we were able to fix this in #155. Can you confirm?

Closing because this should have been addressed in #155