pgpsubmit

Software Screenshot:
pgpsubmit
Software Details:
Version: 0.3.1
Upload Date: 15 Apr 15
Developer: Fraser Tweedale
Distribution Type: Freeware
Downloads: 1

Rating: nan/5 (Total Votes: 0)

pgpsubmit is a simple WSGI app which can be used for collecting OpenPGP public keys on a keyring e.g. for a keysigning party.

Configuration

Two WSGI environ variables must be set:

GNUPGHOME
 The GnuPG home directory. Must be writable by the user running the application. Multiple pgpsubmit instances could be run in parallel, each with a different GNUPGHOME.

PGPSUBMITSOURCEURL
 URL at which may be found the corresponding source of pgpsubmit, pursuant to section 15 of the AGPL. If you run a modified version of pgpsubmit, the source code for that modified version must be available at this URL.

A configuration for Apache with mod_wsgi might be:

< Directory /usr/home/joe/pgpsubmit >
 Order allow,deny
 Allow from all
< /Directory >

< VirtualHost *:80 >
 ServerAdmin joe@example.com
 ServerName pgpsubmit.example.com
 DocumentRoot "/usr/home/joe/pgpsubmit"

 WSGIScriptAlias / /usr/home/joe/pgpsubmit/scripts/pgpsubmit.wsgi
 SetEnv GNUPGHOME /usr/home/joe/.pgpsubmit
 SetEnv PGPSUBMITSOURCEURL https://gitorious.org/pgpsubmit
< /VirtualHost >

Requirements:

  • Python
  • python-gnupg
  • GnuPG
  • A WSGI capable web server (e.g. Apache with mod_wsgi)

Other Software of Developer Fraser Tweedale

ledgertools
ledgertools

11 May 15

bugzillatools
bugzillatools

15 Apr 15

Comments to pgpsubmit

Comments not found
Add Comment
Turn on images!