Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Generating Private Key
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
evandrake  
View profile  
 More options Oct 6 2009, 7:00 pm
From: evandrake <evancdr...@gmail.com>
Date: Tue, 6 Oct 2009 16:00:15 -0700 (PDT)
Local: Tues, Oct 6 2009 7:00 pm
Subject: Generating Private Key
I am on Mac OS 10.5, and attempting to ./run-server.sh.  Everything
else is setup, but I am having trouble with this last step.  My run-
config.sh file does not seem to be right, because I am getting the
Guice provision error: "Could not read private key."  What is wrong
with my run-config.sh file below?? :  Do I need to create a private
file?  If so, how?  What am I missing?  What should I be putting for
the domain name on a localhost?

#!/bin/bash

# Configuration for the FedOne run scripts.
#
# Copy this file to run-config.sh and configure the variables there.
# Please see http://code.google.com/p/wave-protocol/wiki/Installation
for
# instructions on how to configure the flags.
#

### Variables common to the server, clients, and agents
###

# Domain name of the wave server
WAVE_SERVER_DOMAIN_NAME=127.0.0.1

# Host name and port the wave server's client frontend listens on
WAVE_SERVER_HOSTNAME=localhost
WAVE_SERVER_PORT=5269

# The version of FedOne, extracted from the build.properties file
FEDONE_VERSION=`grep ^fedone.version= build.properties | cut -f2 -d=`

### Server-specific variables
###

# These will probably need to be changed
XMPP_SERVER_SECRET=wave
PRIVATE_KEY_FILENAME=${WAVE_SERVER_DOMAIN_NAME}.key
CERTIFICATE_FILENAME_LIST=${WAVE_SERVER_DOMAIN_NAME}.cert

# These should be okay to leave alone
CERTIFICATE_DOMAIN_NAME=$WAVE_SERVER_DOMAIN_NAME
XMPP_SERVER_HOSTNAME=$WAVE_SERVER_DOMAIN_NAME
XMPP_SERVER_PORT=5275

# Set XMPP_SERVER_IP to localhost if the XMPP and FedOne servers are
# running on the same host
XMPP_SERVER_IP=$XMPP_SERVER_HOSTNAME

# Set true to disable the verification of signed deltas
WAVESERVER_DISABLE_VERIFICATION=false

# Set true to disable the verification of signers (certificates)
WAVESERVER_DISABLE_SIGNER_VERIFICATION=false


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dekz  
View profile  
 More options Nov 2 2009, 8:43 pm
From: dekz <dekz...@gmail.com>
Date: Mon, 2 Nov 2009 17:43:52 -0800 (PST)
Local: Mon, Nov 2 2009 8:43 pm
Subject: Re: Generating Private Key
I also have this problem, did you end up solving it?

On Oct 7, 9:00 am, evandrake <evancdr...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aldon Hynes  
View profile  
 More options Nov 2 2009, 9:17 pm
From: "Aldon Hynes" <Aldon.Hy...@Orient-Lodge.com>
Date: Mon, 2 Nov 2009 21:17:23 -0500
Local: Mon, Nov 2 2009 9:17 pm
Subject: RE: Generating Private Key
Do you have a file named
127.0.0.1.key in your wave-protocol directory?

Did you make a 127.0.0.1.key file and a 127.0.0.1.cert file as described in
the installation procedure and move them into your directory?

When I first tried setting up my server, I didn't match the name to the
domain name.  When I did, it read the key but not the certificate.  That is
because on Ubuntu, my certificate had a .crt instead of a .cert extension.
So, I changed the config file to look for a .crt extension instead of a
.cert extension, and then everything started working (more or less) nicely.

Aldon


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »