StefanScherer / windows-docker-machine

Work with Windows containers and LCOW on Mac/Linux/Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pkcs8 should not start with BEGIN RSA PRIVATE Key

tgriek opened this issue · 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