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
