/django-pgpdb

PGP Key Server for Django

Primary LanguagePython

django-pgpdb

Build Status

OpenPGP HKP: http://tools.ietf.org/html/draft-shaw-openpgp-hkp-00

Usage

urlpatterns = patterns('',
    # PGP Key Server
    url(r'^pks/', include('pgpdb.urls')),
)

Send PGP key by gpg

python manage.py runserver
gpg --keyserver hkp://localhost:8000 --send-keys 0123456789ABCDEX

Requirements

  • Django
  • django-bootstrap-form
  • pgpdump

See the requirements.txt