Bug #1056
validatepem.py has an incorrect check for the SSL key-part.
| Status: | New | Start date: | 20 Apr 2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
validatepem.py checks the pem-file for "-----BEGIN RSA PRIVATE KEY-----". However, there are private keys that start with "-----BEGIN PRIVATE KEY-----" The check needs to be changed. See the attached patch.
History
Updated by Mark Schouten about 1 year ago
Oh, shoot. Don't forget to import re too..