StefanScherer/windows-docker-machine

Pkcs8 should not start with BEGIN RSA PRIVATE Key

tgriek opened this issue · 1 comments

Issue
Pkcs8 pems should not start with BEGIN RSA PRIVATE KEY
https://en.wikipedia.org/wiki/PKCS_8

Solution
Change to BEGIN PRIVATE KEY

Fixed with #58