{ "info": { "author": "Benjamin W Stookey", "author_email": "ben.stookey@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6" ], "description": "# django-acme-challenge\n\n[![Build Status](https://travis-ci.org/jamstooks/django-acme-challenge.svg?branch=master)](https://travis-ci.org/jamstooks/django-acme-challenge)\n\nA quick tool to serve the acme-challenge verification page. When creating an SSL certificate with Let's Encrypt, you need to serve a page that they request to confirm you own the site:\n\n Make sure your web server displays the following content at\n http://your-domain-name/.well-known/acme-challenge/l9msb_LONG_STRING before continuing:\n\n l9msb_LONG_STRING.LONG_STRING\n\nThis app provides a quick way to serve that page.\n\n## Installation\n\nPyPI:\n\n pip install django-acme-challenge\n \nGithub:\n\n pip install https://github.com/jamstooks/django-acme-challenge/archive/v1.2.zip\n\nAdd `'acme_challenge',` to your installed apps and update your urls.py:\n\n url(r'^.well-known/acme-challenge/', include('acme_challenge.urls')),\n\n### Settings\n\nJust set two variables:\n\n - `ACME_CHALLENGE_URL_SLUG`\n - `ACME_CHALLENGE_TEMPLATE_CONTENT`\n \n`http://your-domain-name/.well-known/acme-challenge/ACME_CHALLENGE_URL_SLUG`\nwill then serve the value of `ACME_CHALLENGE_TEMPLATE_CONTENT`\nfor validation.\n\n### Compatibility\n\nSupport Django 1.8 - 2.0 and Python 2 & 3", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jamstooks/django-acme-challenge", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-acme-challenge", "package_url": "https://pypi.org/project/django-acme-challenge/", "platform": "", "project_url": "https://pypi.org/project/django-acme-challenge/", "project_urls": { "Homepage": "https://github.com/jamstooks/django-acme-challenge" }, "release_url": "https://pypi.org/project/django-acme-challenge/1.2/", "requires_dist": null, "requires_python": "", "summary": "A quick tool to serve the acme-challenge verification page.", "version": "1.2" }, "last_serial": 3727606, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "51c2ec8cf8c6b71c14f6c64ae7e9a3cb", "sha256": "5762297469377ead64ca1be5599cd4e29ee48c8e6c2af37c833be1055753f1f9" }, "downloads": -1, "filename": "django-acme-challenge-1.1.tar.gz", "has_sig": false, "md5_digest": "51c2ec8cf8c6b71c14f6c64ae7e9a3cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5391, "upload_time": "2018-04-02T20:45:14", "url": "https://files.pythonhosted.org/packages/af/8a/0b763e6562df80dd5f6813dd47e2aa45f233a176dc7a2fcf8367e96a83bb/django-acme-challenge-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "9c5638b3924da11a9be1d9d9ccf513df", "sha256": "261a54b63526493a3f3bece371907fbcda6ec9a2f72e1041f790ee87e5675330" }, "downloads": -1, "filename": "django-acme-challenge-1.2.tar.gz", "has_sig": false, "md5_digest": "9c5638b3924da11a9be1d9d9ccf513df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5486, "upload_time": "2018-04-02T20:55:53", "url": "https://files.pythonhosted.org/packages/91/8c/63d79abb947eb5d859096ac5bc62dc841167e80f309f3098f9d1fd302a32/django-acme-challenge-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c5638b3924da11a9be1d9d9ccf513df", "sha256": "261a54b63526493a3f3bece371907fbcda6ec9a2f72e1041f790ee87e5675330" }, "downloads": -1, "filename": "django-acme-challenge-1.2.tar.gz", "has_sig": false, "md5_digest": "9c5638b3924da11a9be1d9d9ccf513df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5486, "upload_time": "2018-04-02T20:55:53", "url": "https://files.pythonhosted.org/packages/91/8c/63d79abb947eb5d859096ac5bc62dc841167e80f309f3098f9d1fd302a32/django-acme-challenge-1.2.tar.gz" } ] }