DISQUS

bearlog: Google Wave FedOne server certificate key fun (not!)

  • Eddie · 1 month ago
    | Hope this helps someone find the solution faster than I did
    No, sorry it does not. What does this mean? What do I have to change to get it working? Thanks
  • Eddie · 1 month ago
    I tried using this in my make-cert.sh
    > openssl pkcs8-pem -topk8 -nocrypt -out $NAME.key
    But it still did not work
  • bear · 1 month ago
    I had to change/do two things: 1) export the cert as DER type instead of PEM type and also convert the key from the PEM type I had in /etc/ssl to a DER type and store both the key and the cert local to the wave component directory.

    I'll edit the post to show this more clearly