https://bugzilla.wikimedia.org/show_bug.cgi?id=60130
--- Comment #1 from Chris Steipp <[email protected]> --- The key is used by the openssl_get_publickey function. I'll see if I can find a way to turn an ssh key into one that openssl accepts. In the meantime, you can generate a key with: $ openssl genrsa -out appkey.pem 4096 $ openssl rsa -in appkey.pem -pubout > appkey.pub -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
