Skip to main content

Mozilla's server side web signing operations

Project description

See https://wiki.mozilla.org/Apps/WebApplicationReceipt/SigningService

Dev and testing

Create a virtualenv of your choosing and activate it:

virtualenv websigning
source websigning/bin/activate

Or using virtualenvwrapper:

mkvirtualenv websigning

Install the dependencies:

python setup.py develop

Run tests:

python setup.py nosetests

When testing, you may see output along the lines of:

“InsecurePlatformWarning: A true SSLContext object is not available.”

This seems to be a feature of newer versions of the request module. This can be solved by installing by running:

pip install requests[security]

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

websigning-0.1.tar.gz (19.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page