Skip to main content

A package which provides an easy way to host Let's Encrypt domain validation content in your Pyramid project.

Project description

https://travis-ci.org/niteoweb/pyramid_letsencrypt.svg?branch=master

pyramid_letsencrypt

pyramid_letsencrypt provides an easy way to host Let’s Encrypt domain validation content in your Pyramid project, with just a config entry.

This plugin is needed for deployment scenarios where you do not have a reverse proxy (think Nginx and the lot) in front of your Pyramid app to serve static content. One of such scenarios is hosting your Pyramid app on Heroku.

Usage

Include pyramid_letsencrypt in your project and set the letsencrypt.content setting:

pyramid.includes =
    ...
    pyramid_letsencrypt

letsencrypt.content = FOO.BAR

Testing & development

If you have tox installed, run all tests with:

$ tox

To run only a specific Python environment:

$ tox -e py35

If you don’t have tox installed, you can install the testing requirements, then run the tests.

$ python3 -m venv env
$ env/bin/pip install -e ".[testing]"
$ env/bin/nosetests

Changelog

0.1 (2016-07-24)

  • Initial release. [zupo]

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyramid_letsencrypt-0.1-py2.py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 2 Python 3

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