Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 550 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 550 Bytes

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