Naresh, this is just a warning, it is not an error. You do not need setup the key if you are just doing some basic testing of Shindig.
-Ryan Email: [email protected] Phone: 978-899-3041 developerWorks Profile From: Naresh Chaurasia <[email protected]> To: [email protected], Date: 09/27/2011 07:24 AM Subject: Deploying shindig.war on jboss 6x I am getting following error while trying to deploy shindig.war. What is causing this problem ? Couldn't load OAuth signing key. To create a key, run: openssl req -newkey rsa:1024 -days 365 -nodes -x509 -keyout testkey.pem \ -out testkey.pem -subj /CN=mytestkey openssl pkcs8 -in testkey.pem -out oauthkey.pem -topk8 -nocrypt -outform PEM Then edit shindig.properties and add these lines: shindig.signing.key-file =<path-to-oauthkey.pem> shindig.signing.key-name =mykey -- Regards, Naresh C
