-
Notifications
You must be signed in to change notification settings - Fork 108
Running a Notary
grawity edited this page Jan 17, 2012
·
13 revisions
-
Install the dependencies:
sudo apt-get install python python-twisted-web python-twisted-names python-m2crypto python-openssl
-
Download the notary source:
wget http://convergence.io/releases/server/convergence-notary-current.tar.gz
-
Unpack the source:
mkdir convergence-notary cd convergence-notary tar zxvf ../convergence-notary-current.tar.gz
-
Run the install script:
sudo python ./setup.py install
-
Generate a key pair:
convergence-gencert
-
Create database:
sudo convergence-createdb
-
Start the server:
sudo convergence-notary -p 80 -s 443 -c path/to/certificate.pem -k path/to/key.key
-
Generate a notary bundle:
convergence-bundle
-
Publish the resulting file on your website, with a .notary extension.
-
You're done! Anyone can use your notary by clicking on the link to your .notary file.