{ "info": { "author": "Kevin P. Fleming", "author_email": "kevin+py@km6g.us", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: System :: Systems Administration" ], "description": "========================\nCertbot FreeNAS Deployer\n========================\n\n.. image:: https://img.shields.io/pypi/v/certbot_freenas_deployer.svg\n :target: https://pypi.python.org/pypi/certbot_freenas_deployer\n\n.. image:: https://img.shields.io/travis/kpfleming/certbot_freenas_deployer.svg\n :target: https://travis-ci.org/kpfleming/certbot_freenas_deployer\n\t:alt: Build Status\n\n.. image:: https://readthedocs.org/projects/certbot-freenas-deployer/badge/?version=latest\n :target: https://certbot-freenas-deployer.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/kpfleming/certbot_freenas_deployer/shield.svg\n\t:target: https://pyup.io/repos/github/kpfleming/certbot_freenas_deployer/\n\t:alt: Dependency Updates\n\nA simple tool to deploy TLS certificates obtained using Certbot to FreeNAS systems.\n\n* Open Source software: Apache Software License 2.0\n* Documentation: https://certbot-freenas-deployer.rtfd.io.\n\n\nFeatures\n--------\n\nThis tool is intended to be used as a \"deploy hook\" in Certbot configurations, where Certbot\nis running on a separate system from FreeNAS (either physically separate, or a jail within\nthe FreeNAS system). In order for Let's Encrypt to be able to validate ownership of the domain\nname used for the certificate, you'll need to use a suitable challenge_ method. Since the\nHTTP-01 and TLS-SNI-01 challenge methods would both require your FreeNAS system to be reachable\nby the Let's Encrypt servers, and this is generally regarded as a signficant security risk,\nit is recommended to use the DNS-01 challenge method with a suitable DNS authenticator for your\nDNS provider.\n\nThe tool requires (at least) FreeNAS 11.1, which is the version in which the GUI certificate\nupdate API methods were introduced. It also requires Python 3.5 or a later version.\n\n.. _challenge: https://letsencrypt.readthedocs.io/en/latest/challenges.html\n\nCredits\n-------\n\nThis tool was inspired by danb35's deploy-freenas_ script, but is intended for use with the\nCertbot_ tool from the `Electronic Frontier Foundation`_.\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _deploy-freenas: https://github.com/danb35/deploy-freenas\n.. _Certbot: https://github.com/certbot/certbot\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _`Electronic Frontier Foundation`: https://www.eff.org\n\n\n=======\nHistory\n=======\n\n1.1.1 (2018-10-29)\n------------------\n\n* Revert docs to 'Alabaster' theme since 'Guzzle' does not work on ReadTheDocs.\n\n1.1.0 (2018-10-29)\n------------------\n\n* Documentation improvements.\n* Update setup.py to require Python 3.5 or later.\n* Converted docs to 'Guzzle' theme.\n\n1.0.0 (2018-10-28)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kpfleming/certbot_freenas_deployer", "keywords": "certbot freenas", "license": "Apache Software License 2.0", "maintainer": "", "maintainer_email": "", "name": "certbot-freenas-deployer", "package_url": "https://pypi.org/project/certbot-freenas-deployer/", "platform": "", "project_url": "https://pypi.org/project/certbot-freenas-deployer/", "project_urls": { "Homepage": "https://github.com/kpfleming/certbot_freenas_deployer" }, "release_url": "https://pypi.org/project/certbot-freenas-deployer/1.1.1/", "requires_dist": [ "click (>=6.0)", "requests" ], "requires_python": ">=3.5", "summary": "A simple tool to deploy TLS certificates obtained using Certbot to FreeNAS systems.", "version": "1.1.1" }, "last_serial": 4427060, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3d7b8ad21bad14331aea4811273584df", "sha256": "799ca2269b3aa1f8442e0e26b56af910acdded8299f5409203fd8f0870b5599d" }, "downloads": -1, "filename": "certbot_freenas_deployer-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3d7b8ad21bad14331aea4811273584df", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6547, "upload_time": "2018-10-28T19:53:07", "url": "https://files.pythonhosted.org/packages/72/ea/aea921f5016bf0955091252bd5f98081c35465166f3f24d418432969b5e1/certbot_freenas_deployer-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30f61f9ce6f36ccc3e0280ceb34b4390", "sha256": "12b6608366a3af70a4183f92e66f3f9dc4671017b367321a43dd22f45f9bc626" }, "downloads": -1, "filename": "certbot_freenas_deployer-1.0.0.tar.gz", "has_sig": false, "md5_digest": "30f61f9ce6f36ccc3e0280ceb34b4390", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17300, "upload_time": "2018-10-28T19:53:08", "url": "https://files.pythonhosted.org/packages/c8/52/a5993204dd490008f3e2b4b5a40b954623e9afd63b73045b81757f0ad5e3/certbot_freenas_deployer-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "0bf7a511fae074430e2bb95b8e5c5ea9", "sha256": "73b3d7e6dff98b3f0364bb4d87023f29cf21aaa71b71cedbbe6722dcd504dc6c" }, "downloads": -1, "filename": "certbot_freenas_deployer-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0bf7a511fae074430e2bb95b8e5c5ea9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 6614, "upload_time": "2018-10-29T10:37:56", "url": "https://files.pythonhosted.org/packages/72/de/948f15de586a5f86e86a3ae27da1a8ad48774b375500900e24fbb5e41814/certbot_freenas_deployer-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "96d432c9fb73e1e92ab98ab33cda37c8", "sha256": "6660cac951b379f25017401f0ed93da68e3eefa38964ccd1402decebc39c8ccc" }, "downloads": -1, "filename": "certbot_freenas_deployer-1.1.0.tar.gz", "has_sig": false, "md5_digest": "96d432c9fb73e1e92ab98ab33cda37c8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 17702, "upload_time": "2018-10-29T10:37:57", "url": "https://files.pythonhosted.org/packages/70/a9/61d712891e0f1fce915bdb30e6e5545a96755b2627ea9e787b023a712fea/certbot_freenas_deployer-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "1b977d3ed724094beff7fe1b73d33102", "sha256": "0d9fabd232978f173251459ecd4a26af622c2d03754a90f28dd80924e263ee57" }, "downloads": -1, "filename": "certbot_freenas_deployer-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1b977d3ed724094beff7fe1b73d33102", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 6662, "upload_time": "2018-10-29T10:48:27", "url": "https://files.pythonhosted.org/packages/20/03/e287fe685091874a202aca77b9266b6b6de4471bc2c59d5b34d57c2fad77/certbot_freenas_deployer-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3227639635be1e6bed265dd7e9b0846b", "sha256": "3feef1b8d055ae72f45a97940d9fbb76b3e54fe8566833fa366065ebe198489a" }, "downloads": -1, "filename": "certbot_freenas_deployer-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3227639635be1e6bed265dd7e9b0846b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 17642, "upload_time": "2018-10-29T10:48:28", "url": "https://files.pythonhosted.org/packages/7e/0f/a41248f7f8f59d5cfb381d9adc393d8d7a8ce4c9087ae18e099ed25064d5/certbot_freenas_deployer-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b977d3ed724094beff7fe1b73d33102", "sha256": "0d9fabd232978f173251459ecd4a26af622c2d03754a90f28dd80924e263ee57" }, "downloads": -1, "filename": "certbot_freenas_deployer-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1b977d3ed724094beff7fe1b73d33102", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.5", "size": 6662, "upload_time": "2018-10-29T10:48:27", "url": "https://files.pythonhosted.org/packages/20/03/e287fe685091874a202aca77b9266b6b6de4471bc2c59d5b34d57c2fad77/certbot_freenas_deployer-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3227639635be1e6bed265dd7e9b0846b", "sha256": "3feef1b8d055ae72f45a97940d9fbb76b3e54fe8566833fa366065ebe198489a" }, "downloads": -1, "filename": "certbot_freenas_deployer-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3227639635be1e6bed265dd7e9b0846b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 17642, "upload_time": "2018-10-29T10:48:28", "url": "https://files.pythonhosted.org/packages/7e/0f/a41248f7f8f59d5cfb381d9adc393d8d7a8ce4c9087ae18e099ed25064d5/certbot_freenas_deployer-1.1.1.tar.gz" } ] }