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]

Supported by

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