Make the SigningFetcherFactory work better with standard openssl keys.
----------------------------------------------------------------------
Key: SHINDIG-314
URL: https://issues.apache.org/jira/browse/SHINDIG-314
Project: Shindig
Issue Type: Improvement
Components: Gadget Rendering Server (Java)
Reporter: Cassie Doll
>From Uriel Chemouni:
in SigningFetcherFactory.java line 87 if you add this line:
privateKey = privateKey.replaceAll("-----[A-Z ]*-----", "").replace("\n", "");
then standard openssl keys will work more easily
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.