WSGI PGP public key submission system
Project description
pgpsubmit is a simple WSGI application that can be used for collecting OpenPGP public keys on a keyring e.g. for a keysigning party.
Dependencies
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>
Development
pgpsubmit is free software, available under the terms of the GNU Affero General Public License Version 3. The source code is hosted at Gitorious.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pgpsubmit-0.1.1.tar.gz
.
File metadata
- Download URL: pgpsubmit-0.1.1.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce6cf9db54c2e68319bf496cc0d1e501e14ae74c7fcf1f0c7abc3e763837470a |
|
MD5 | 6fc4e5e523b6db3a2fc3e30396bc63b2 |
|
BLAKE2b-256 | cc8510a48534b8fb0044bd46f6c918b3d736379e10c69505e42f61f7ae83f418 |