aureq / letslambda

3 stars 2 forks source link

[regression] private key naming conflicts #19

Closed aureq closed 8 years ago

aureq commented 8 years ago

Due to commit kiddouk@df5c23e5c408c7d637727bd912c80e7e7f459184 and kiddouk#12 not all crypto material is named with .pem as an extension. This has been done due to an early version that would only save the private key and name is .rsa.

Since the commit above reverse the consistency around naming, the function should be smart enough to deal with the old way and the consistent way of storing crypto material.