Open dmouse opened 5 years ago
Yes passphrases aren't supported yet!
Hi,
I found one post about this issue https://medium.com/@prateeknischal25/using-encrypted-private-keys-with-golang-server-379919955854
If I have time I will try to backport their solution in vulcain.
Laurent
Hi,
if you are making self signed certificates for a demo project, then you can use -nodes option while making CA certificate then it won't throw error:
openssl req -x509 -newkey rsa:4096 -days 365 -nodes -keyout ca-key.pem -out ca-cert.pem
After to clone and
go build
I ran:mkdir tls
openssl req -x509 -newkey rsa:4096 -keyout tls/key.pem -out tls/cert.pem -days 365
In this command I added thePEM pass phrase
I think is because
vulcain
does not know the phrase key