{ "info": { "author": "Certbot Project", "author_email": "client-dev@letsencrypt.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Console :: Curses", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Internet :: WWW/HTTP", "Topic :: Security", "Topic :: System :: Installation/Setup", "Topic :: System :: Networking", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": ".. This file contains a series of comments that are used to include sections of this README in other files. Do not modify these comments unless you know what you are doing. tag:intro-begin\n\nCertbot is part of EFF\u2019s effort to encrypt the entire Internet. Secure communication over the Web relies on HTTPS, which requires the use of a digital certificate that lets browsers verify the identity of web servers (e.g., is that really google.com?). Web servers obtain their certificates from trusted third parties called certificate authorities (CAs). Certbot is an easy-to-use client that fetches a certificate from Let\u2019s Encrypt\u2014an open certificate authority launched by the EFF, Mozilla, and others\u2014and deploys it to a web server.\n\nAnyone who has gone through the trouble of setting up a secure website knows what a hassle getting and maintaining a certificate is. Certbot and Let\u2019s Encrypt can automate away the pain and let you turn on and manage HTTPS with simple commands. Using Certbot and Let's Encrypt is free, so there\u2019s no need to arrange payment.\n\nHow you use Certbot depends on the configuration of your web server. The best way to get started is to use our `interactive guide `_. It generates instructions based on your configuration settings. In most cases, you\u2019ll need `root or administrator access `_ to your web server to run Certbot.\n\nCertbot is meant to be run directly on your web server, not on your personal computer. If you\u2019re using a hosted service and don\u2019t have direct access to your web server, you might not be able to use Certbot. Check with your hosting provider for documentation about uploading certificates or using certificates issued by Let\u2019s Encrypt.\n\nCertbot is a fully-featured, extensible client for the Let's\nEncrypt CA (or any other CA that speaks the `ACME\n`_\nprotocol) that can automate the tasks of obtaining certificates and\nconfiguring webservers to use them. This client runs on Unix-based operating\nsystems.\n\nTo see the changes made to Certbot between versions please refer to our\n`changelog `_.\n\nUntil May 2016, Certbot was named simply ``letsencrypt`` or ``letsencrypt-auto``,\ndepending on install method. Instructions on the Internet, and some pieces of the\nsoftware, may still refer to this older name.\n\nContributing\n------------\n\nIf you'd like to contribute to this project please read `Developer Guide\n`_.\n\nThis project is governed by `EFF's Public Projects Code of Conduct `_.\n\n.. _installation:\n\nHow to run the client\n---------------------\n\nThe easiest way to install and run Certbot is by visiting `certbot.eff.org`_,\nwhere you can find the correct instructions for many web server and OS\ncombinations. For more information, see `Get Certbot\n`_.\n\n.. _certbot.eff.org: https://certbot.eff.org/\n\nUnderstanding the client in more depth\n--------------------------------------\n\nTo understand what the client is doing in detail, it's important to\nunderstand the way it uses plugins. Please see the `explanation of\nplugins `_ in\nthe User Guide.\n\nLinks\n=====\n\n.. Do not modify this comment unless you know what you're doing. tag:links-begin\n\nDocumentation: https://certbot.eff.org/docs\n\nSoftware project: https://github.com/certbot/certbot\n\nNotes for developers: https://certbot.eff.org/docs/contributing.html\n\nMain Website: https://certbot.eff.org\n\nLet's Encrypt Website: https://letsencrypt.org\n\nCommunity: https://community.letsencrypt.org\n\nACME spec: http://ietf-wg-acme.github.io/acme/\n\nACME working area in github: https://github.com/ietf-wg-acme/acme\n\n|build-status| |coverage| |docs| |container|\n\n.. |build-status| image:: https://travis-ci.com/certbot/certbot.svg?branch=master\n :target: https://travis-ci.com/certbot/certbot\n :alt: Travis CI status\n\n.. |coverage| image:: https://codecov.io/gh/certbot/certbot/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/certbot/certbot\n :alt: Coverage status\n\n.. |docs| image:: https://readthedocs.org/projects/letsencrypt/badge/\n :target: https://readthedocs.org/projects/letsencrypt/\n :alt: Documentation status\n\n.. |container| image:: https://quay.io/repository/letsencrypt/letsencrypt/status\n :target: https://quay.io/repository/letsencrypt/letsencrypt\n :alt: Docker Repository on Quay.io\n\n.. Do not modify this comment unless you know what you're doing. tag:links-end\n\nSystem Requirements\n===================\n\nSee https://certbot.eff.org/docs/install.html#system-requirements.\n\n.. Do not modify this comment unless you know what you're doing. tag:intro-end\n\n.. Do not modify this comment unless you know what you're doing. tag:features-begin\n\nCurrent Features\n=====================\n\n* Supports multiple web servers:\n\n - apache/2.x\n - nginx/0.8.48+\n - webroot (adds files to webroot directories in order to prove control of\n domains and obtain certs)\n - standalone (runs its own simple webserver to prove you control a domain)\n - other server software via `third party plugins `_\n\n* The private key is generated locally on your system.\n* Can talk to the Let's Encrypt CA or optionally to other ACME\n compliant services.\n* Can get domain-validated (DV) certificates.\n* Can revoke certificates.\n* Adjustable RSA key bit-length (2048 (default), 4096, ...).\n* Can optionally install a http -> https redirect, so your site effectively\n runs https only (Apache only)\n* Fully automated.\n* Configuration changes are logged and can be reverted.\n* Supports an interactive text UI, or can be driven entirely from the\n command line.\n* Free and Open Source Software, made with Python.\n\n.. Do not modify this comment unless you know what you're doing. tag:features-end\n\nFor extensive documentation on using and contributing to Certbot, go to https://certbot.eff.org/docs. If you would like to contribute to the project or run the latest code from git, you should read our `developer guide `_.\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/letsencrypt/letsencrypt", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "certbot", "package_url": "https://pypi.org/project/certbot/", "platform": "", "project_url": "https://pypi.org/project/certbot/", "project_urls": { "Homepage": "https://github.com/letsencrypt/letsencrypt" }, "release_url": "https://pypi.org/project/certbot/0.39.0/", "requires_dist": [ "acme (>=0.29.0)", "ConfigArgParse (>=0.9.3)", "configobj", "cryptography (>=1.2.3)", "distro (>=1.0.1)", "josepy (>=1.1.0)", "mock", "parsedatetime (>=1.3)", "pyrfc3339", "pytz", "setuptools", "zope.component", "zope.interface", "pywin32 (>=224) ; sys_platform == \"win32\"", "astroid (==1.6.5) ; extra == 'dev'", "coverage ; extra == 'dev'", "ipdb ; extra == 'dev'", "pytest ; extra == 'dev'", "pytest-cov ; extra == 'dev'", "pytest-xdist ; extra == 'dev'", "pylint (==1.9.4) ; extra == 'dev'", "tox ; extra == 'dev'", "twine ; extra == 'dev'", "wheel ; extra == 'dev'", "mypy ; extra == 'dev3'", "typing ; extra == 'dev3'", "repoze.sphinx.autointerface ; extra == 'docs'", "Sphinx (>=1.2) ; extra == 'docs'", "sphinx-rtd-theme ; extra == 'docs'" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "ACME client", "version": "0.39.0" }, "last_serial": 5914654, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "6c645f32d988a0458380740e7282bd13", "sha256": "fb1bfa3d54ce9366758e374f7ed99667ce20484224934d3e8e57839fcf784bc5" }, "downloads": -1, "filename": "certbot-0.10.0-py2-none-any.whl", "has_sig": true, "md5_digest": "6c645f32d988a0458380740e7282bd13", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 236003, "upload_time": "2017-01-11T19:50:27", "url": "https://files.pythonhosted.org/packages/a8/87/fc49c073e2f0cded217d73e90e648d1c635502d21870bc6aa6ccd7c200a8/certbot-0.10.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b86b9c7d4bcff18187fc384d331b140", "sha256": "dd64ed8fb3cc3b053f05e779b934433445918668c49bcdbb2c816062815e1661" }, "downloads": -1, "filename": "certbot-0.10.0.tar.gz", "has_sig": true, "md5_digest": "7b86b9c7d4bcff18187fc384d331b140", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 237771, "upload_time": "2017-01-11T19:50:38", "url": "https://files.pythonhosted.org/packages/fd/85/97431ae4d3f33d2768967bf9d6ebee301799a9c0fcf95321e37c5a64b788/certbot-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "5eecd76113bfb1f7b1839fd6f703e4d8", "sha256": "9a56fc76f726beeed2f5a08d690088377cd430907f8a38c50e2aa9a258ee1253" }, "downloads": -1, "filename": "certbot-0.10.1-py2-none-any.whl", "has_sig": true, "md5_digest": "5eecd76113bfb1f7b1839fd6f703e4d8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 236128, "upload_time": "2017-01-14T00:50:24", "url": "https://files.pythonhosted.org/packages/8d/30/b711905ea88235a9872a2b73b18dc5ea541eca88e72eb4833f4ed97bf050/certbot-0.10.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a62fe276a779b0cccf284ac0cefb05ad", "sha256": "e0d699adb3f8ca3e077a4db339de29ebb3f790fbc5f3f02e446e227ed40aa743" }, "downloads": -1, "filename": "certbot-0.10.1.tar.gz", "has_sig": true, "md5_digest": "a62fe276a779b0cccf284ac0cefb05ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 238656, "upload_time": "2017-01-14T00:50:32", "url": "https://files.pythonhosted.org/packages/5c/6f/523321027f4a34d7060db696d424fd30f60d35753c81dfaae44a2f247294/certbot-0.10.1.tar.gz" } ], "0.10.2": [ { "comment_text": "", "digests": { "md5": "3a8dedafd149e669f0b4749f07deaee4", "sha256": "1e680cab3cda6c3079ee64066903f93e421df46a8d4db63264a6359f3d5ba63e" }, "downloads": -1, "filename": "certbot-0.10.2-py2-none-any.whl", "has_sig": true, "md5_digest": "3a8dedafd149e669f0b4749f07deaee4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 236672, "upload_time": "2017-01-26T05:03:51", "url": "https://files.pythonhosted.org/packages/f4/26/070f4d864545dbbaa7ff39108754e5ca33131c7cf4b78fa8d0a19b8320f7/certbot-0.10.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b8d65abb69511b1ce6ffc43bd6148d0", "sha256": "33729ce100fc9d00d9820c81fc3ef9b95802b8d261f0cca0cce422bc568b1631" }, "downloads": -1, "filename": "certbot-0.10.2.tar.gz", "has_sig": true, "md5_digest": "0b8d65abb69511b1ce6ffc43bd6148d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 239093, "upload_time": "2017-01-26T05:04:21", "url": "https://files.pythonhosted.org/packages/a0/06/ecd5b7f14732d1be8bd8c119fdb1f85e3e526dc60967325b73b84b3a5aa6/certbot-0.10.2.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "69f43068b04dcc0e8b94d3584c5ded7b", "sha256": "cc94d890a8697b3bdbdc555bcf4ba93955f64324bc256b2ea710fd053fc03b8a" }, "downloads": -1, "filename": "certbot-0.11.0-py2-none-any.whl", "has_sig": true, "md5_digest": "69f43068b04dcc0e8b94d3584c5ded7b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 238275, "upload_time": "2017-02-01T20:20:40", "url": "https://files.pythonhosted.org/packages/e7/b6/d0221cbedbbf08c7391899fafa6a023e20b065fe45bb29269c14d31d4267/certbot-0.11.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0967841d0354db78709f1b60b8586306", "sha256": "0f91fee360f9ce5e0584d0954fa3123832435f77f465915389032a90ac0248b1" }, "downloads": -1, "filename": "certbot-0.11.0.tar.gz", "has_sig": true, "md5_digest": "0967841d0354db78709f1b60b8586306", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 239697, "upload_time": "2017-02-01T20:20:47", "url": "https://files.pythonhosted.org/packages/2a/5b/a1b5edb87fe27cdad79cd9e713319559a11f01d867323666b081ba9c3c4b/certbot-0.11.0.tar.gz" } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "4c67cebdeaa71bd8c6a892c23d6c5b2d", "sha256": "ba80552df0f390dbc5fcd14b4ea4b1499ea866f5f78c8c1a375abc25101dedf1" }, "downloads": -1, "filename": "certbot-0.11.1-py2-none-any.whl", "has_sig": true, "md5_digest": "4c67cebdeaa71bd8c6a892c23d6c5b2d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 238337, "upload_time": "2017-02-02T04:45:30", "url": "https://files.pythonhosted.org/packages/61/31/a9a073f0881091ad9f486cd5b651671447ef906b1b7b3b50257484a560db/certbot-0.11.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bdc5827f78380fcd2769361a0f834e27", "sha256": "6c1724486d500c5163c9313d6a14af5af9f4515f79553627303a6b86df2c3af2" }, "downloads": -1, "filename": "certbot-0.11.1.tar.gz", "has_sig": true, "md5_digest": "bdc5827f78380fcd2769361a0f834e27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 239840, "upload_time": "2017-02-02T04:45:37", "url": "https://files.pythonhosted.org/packages/71/65/f21ee7382576a94137546f8fce4cc8d496e9aee572029271dee83a093bf0/certbot-0.11.1.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "3a57ef3c71bc861a35c42aadf304d3c4", "sha256": "d018d13665eb4cfe7038c2df636e3f4928742b83769b95edfdb0311277f0eb48" }, "downloads": -1, "filename": "certbot-0.12.0-py2-none-any.whl", "has_sig": true, "md5_digest": "3a57ef3c71bc861a35c42aadf304d3c4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 238357, "upload_time": "2017-03-02T22:53:08", "url": "https://files.pythonhosted.org/packages/a2/25/541db6a9426d23fd77f321060bafaf60b6d7764a2ea6eea1a47ac3a3f04e/certbot-0.12.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8464e00b59613a3b7ee866cb4c9f13e4", "sha256": "4a71925c035b62dfb7c3343c619ee090add76188b47225272b57798ad63388b7" }, "downloads": -1, "filename": "certbot-0.12.0.tar.gz", "has_sig": true, "md5_digest": "8464e00b59613a3b7ee866cb4c9f13e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 239552, "upload_time": "2017-03-02T22:53:15", "url": "https://files.pythonhosted.org/packages/66/aa/382f67c0bb4744cdf0ea2f711464f402fde26abd05856b9a76d1f84ae81c/certbot-0.12.0.tar.gz" } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "52639b58b0603f90cefdd23a78079ae4", "sha256": "65d0d9d158972aff7746d4ef80a20465a14c54ae8bcb879216970c2a1b34503c" }, "downloads": -1, "filename": "certbot-0.13.0-py2-none-any.whl", "has_sig": true, "md5_digest": "52639b58b0603f90cefdd23a78079ae4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 240101, "upload_time": "2017-04-06T18:09:07", "url": "https://files.pythonhosted.org/packages/b8/93/d3086862df30bf00666b0dbaf2cbb41ee3676ddbf8c89a7d678e4ac13bdf/certbot-0.13.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "156c83c621a80a48e295d28c0b3e0e0e", "sha256": "f63ad7747edaca2fb7d60c28882e44d2f48ff1cca9b9c7c251ad47e2189c00f3" }, "downloads": -1, "filename": "certbot-0.13.0.tar.gz", "has_sig": true, "md5_digest": "156c83c621a80a48e295d28c0b3e0e0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 241627, "upload_time": "2017-04-06T18:09:16", "url": "https://files.pythonhosted.org/packages/f9/bb/7c47ee13067314114abec4ca3ae9ae4b5fbaecef4c2fcba40c31fa87d195/certbot-0.13.0.tar.gz" } ], "0.14.0": [ { "comment_text": "", "digests": { "md5": "cd7ce03fd51dd1d9c85588e21e0252f8", "sha256": "071790b1ec4e5b94aa1688f8a62a10905c28438cd55d990cdb8c9f733d3a4a41" }, "downloads": -1, "filename": "certbot-0.14.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "cd7ce03fd51dd1d9c85588e21e0252f8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 247767, "upload_time": "2017-05-05T01:16:23", "url": "https://files.pythonhosted.org/packages/45/25/2da72533a90f2c4edd1f8bb36de42fed5b918e0011ebe2297f93fff818aa/certbot-0.14.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9a56e7e844c3d4d30f3f9e6b3615533e", "sha256": "98add3721e1edaedb404879a9d39bd49020e94fc8eedbc46032a00ada51d7741" }, "downloads": -1, "filename": "certbot-0.14.0.tar.gz", "has_sig": true, "md5_digest": "9a56e7e844c3d4d30f3f9e6b3615533e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 254401, "upload_time": "2017-05-05T01:16:30", "url": "https://files.pythonhosted.org/packages/a8/09/646a117b0de740d5baf8f81fbcfb01017e96a5e52cfa4fc83999633dcf4d/certbot-0.14.0.tar.gz" } ], "0.14.1": [ { "comment_text": "", "digests": { "md5": "4da7446b09a2fac9afe90c02daefbde3", "sha256": "f950a058d4f657160de4ad163d9f781fe7adeec0c0a44556841adb03ad135d13" }, "downloads": -1, "filename": "certbot-0.14.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "4da7446b09a2fac9afe90c02daefbde3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 248024, "upload_time": "2017-05-16T19:43:46", "url": "https://files.pythonhosted.org/packages/83/70/b0d2ca678f8658db87202491d9ac382000ef32571d7afe8416de1d286796/certbot-0.14.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7e7efe39462541dfaf540066d057536b", "sha256": "519b28124869d97116cb1f2f04ccc2937c0b2fd32fce43576eb80c0e4ff1ab65" }, "downloads": -1, "filename": "certbot-0.14.1.tar.gz", "has_sig": true, "md5_digest": "7e7efe39462541dfaf540066d057536b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 254730, "upload_time": "2017-05-16T19:43:56", "url": "https://files.pythonhosted.org/packages/23/eb/6bdf4a2dffbcfb4554e7ef604a554a09113d38f8b62befb1e4d84391390e/certbot-0.14.1.tar.gz" } ], "0.14.2": [ { "comment_text": "", "digests": { "md5": "61e6af91cefc258d44c1c4be160ac98f", "sha256": "525e15e43c833db9a9934308d69dcdd220fa799488cd84543748671c68aba73d" }, "downloads": -1, "filename": "certbot-0.14.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "61e6af91cefc258d44c1c4be160ac98f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 248769, "upload_time": "2017-05-25T22:24:17", "url": "https://files.pythonhosted.org/packages/bb/78/50b96128c7c49ce97d6b0f8558458476d13e6aee819265d67821993d776b/certbot-0.14.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e1c645154a84f18edff2e03c8a47b466", "sha256": "5bc8547dcfc0fc587e15253e264f79d8397e48bfbc8697d5aca87eae978769ac" }, "downloads": -1, "filename": "certbot-0.14.2.tar.gz", "has_sig": true, "md5_digest": "e1c645154a84f18edff2e03c8a47b466", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 255538, "upload_time": "2017-05-25T22:24:25", "url": "https://files.pythonhosted.org/packages/2d/c6/d826559829aff1ed07dccb6d873c75cff01de890954503779557ae71f8c0/certbot-0.14.2.tar.gz" } ], "0.15.0": [ { "comment_text": "", "digests": { "md5": "7f4dfb84a17968760479c137611574a1", "sha256": "f052a1ee9d0e71b73d893c26ee3aa343f6f3abe7de8471437779d541f8bf7824" }, "downloads": -1, "filename": "certbot-0.15.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "7f4dfb84a17968760479c137611574a1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 266176, "upload_time": "2017-06-08T17:20:19", "url": "https://files.pythonhosted.org/packages/df/2f/d906f3881688a61dc737e37eafec1ea629caf6e35dc5024137e57cfe896e/certbot-0.15.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4859d9e440f62ed2de9e59ca69aa896d", "sha256": "b8c4043b2b8df39660d4ce4a2a6eca590f98ece0e1b97eba53ab95f3bbac3beb" }, "downloads": -1, "filename": "certbot-0.15.0.tar.gz", "has_sig": true, "md5_digest": "4859d9e440f62ed2de9e59ca69aa896d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 268504, "upload_time": "2017-06-08T17:20:42", "url": "https://files.pythonhosted.org/packages/b4/3c/e7c39b6ba6d9f132083a1d378539a97be72966836a0f7a50f35aa1c028fe/certbot-0.15.0.tar.gz" } ], "0.16.0": [ { "comment_text": "", "digests": { "md5": "10509c75a370943d62c4ed1c5eda7394", "sha256": "e1cc2479f4f149a7128b67192c3f5f6c111b6b9ddcac421ebee8ac5030d5b09b" }, "downloads": -1, "filename": "certbot-0.16.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "10509c75a370943d62c4ed1c5eda7394", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 267624, "upload_time": "2017-07-06T19:39:49", "url": "https://files.pythonhosted.org/packages/4f/a7/8f90a7ac4893c29539ee23bce0cf1b746260a50e78c2194e340afa46c8c6/certbot-0.16.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cddcf98bc881f58a797b546a91ad93d4", "sha256": "795801fd6b06b32060e364ac045312e6b26c6272d5ca32878277e5a2afdee186" }, "downloads": -1, "filename": "certbot-0.16.0.tar.gz", "has_sig": true, "md5_digest": "cddcf98bc881f58a797b546a91ad93d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 269600, "upload_time": "2017-07-06T19:40:13", "url": "https://files.pythonhosted.org/packages/75/a3/4d3ca87bf1f8ad2c2659b0c2cb6446c21597407e0cd09e8dfffa6fe3f2fb/certbot-0.16.0.tar.gz" } ], "0.17.0": [ { "comment_text": "", "digests": { "md5": "d325240a5c325fd8d63219cec6457d7d", "sha256": "64c25c7123357feffded6408660bc6f5c7d493dd635ae172081d21473075a86a" }, "downloads": -1, "filename": "certbot-0.17.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d325240a5c325fd8d63219cec6457d7d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 269593, "upload_time": "2017-08-02T18:32:31", "url": "https://files.pythonhosted.org/packages/a8/7d/c60adb50628a5cf536ee99ee840b93ee822bc0bbbc61490016079c43da16/certbot-0.17.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1331f5ba196f55225bb49179d8099f32", "sha256": "43f5b26c3f314d14babf79a3bdf3522e4fc9eef867a0681c426f113c650a669c" }, "downloads": -1, "filename": "certbot-0.17.0.tar.gz", "has_sig": true, "md5_digest": "1331f5ba196f55225bb49179d8099f32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 274054, "upload_time": "2017-08-02T18:32:58", "url": "https://files.pythonhosted.org/packages/7d/68/978487d33e5818465535363f6ea7a86f9b4c8ca0c187eb64122592f24390/certbot-0.17.0.tar.gz" } ], "0.18.0": [ { "comment_text": "", "digests": { "md5": "484d8b11582954fc56f815f3d7733062", "sha256": "941925f045aaae2a7e5b1d322b68ea3e042a1c2d6a3b3de76c5b8a5122e515a7" }, "downloads": -1, "filename": "certbot-0.18.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "484d8b11582954fc56f815f3d7733062", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 270468, "upload_time": "2017-09-06T20:06:59", "url": "https://files.pythonhosted.org/packages/aa/85/4da3a61ced11ecb6f3ff0cbe4ec74d630ba92ea8b54e13ea49bbcc52965b/certbot-0.18.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0fd869c63a75bd278037ea6f5a825587", "sha256": "f70bdfd7a455f0c1f72610b48bf4a462e4aecd8e66baa9d2278f7bc4a4f4195f" }, "downloads": -1, "filename": "certbot-0.18.0.tar.gz", "has_sig": true, "md5_digest": "0fd869c63a75bd278037ea6f5a825587", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 276383, "upload_time": "2017-09-06T20:07:40", "url": "https://files.pythonhosted.org/packages/13/54/52276fef23543effa7db999285831534c823b5540fa523a6bce0e2e7c87c/certbot-0.18.0.tar.gz" } ], "0.18.1": [ { "comment_text": "", "digests": { "md5": "e0296ec857ff7a9a3a230364902ada34", "sha256": "46e5f0b225ceef0afe81f7f2442c0dd23485f96b5e16cbd78c9e692dc551203e" }, "downloads": -1, "filename": "certbot-0.18.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e0296ec857ff7a9a3a230364902ada34", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 270531, "upload_time": "2017-09-08T20:08:39", "url": "https://files.pythonhosted.org/packages/ae/0a/86cfe4a671387d4fe2db9cd6b0b69ab320b403f4c43d96ac33a05ae23d8a/certbot-0.18.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ed934a116e61af3c53daaaaf80a3ece", "sha256": "ae0aaf0cc1af53713232a222fb20891475ec9ff9d128a277c4e0f92ea7c36b4c" }, "downloads": -1, "filename": "certbot-0.18.1.tar.gz", "has_sig": true, "md5_digest": "8ed934a116e61af3c53daaaaf80a3ece", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 276600, "upload_time": "2017-09-08T20:09:11", "url": "https://files.pythonhosted.org/packages/f7/d2/134de2d38f0ce9ae39559cd8a2a5ab90f5ed8b90e7ce4a124092c248eed5/certbot-0.18.1.tar.gz" } ], "0.18.2": [ { "comment_text": "", "digests": { "md5": "a89ff0029a3857da06fe2a50ed31658d", "sha256": "e1d1fcd6248cdbdba92e3a769dc40567dbffc717bff86ef3431fadf31419a6b6" }, "downloads": -1, "filename": "certbot-0.18.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a89ff0029a3857da06fe2a50ed31658d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 270527, "upload_time": "2017-09-20T20:25:25", "url": "https://files.pythonhosted.org/packages/f5/de/b077b616743029f24d1661d4b512118ade447d03e481f887da5026baa523/certbot-0.18.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8f92124728623d0d4f26f3a1020a44b", "sha256": "0122e6ee3fc1167fa91883b9f2ea1897f3d0d4612739f175827b5a3e8f259c9a" }, "downloads": -1, "filename": "certbot-0.18.2.tar.gz", "has_sig": true, "md5_digest": "c8f92124728623d0d4f26f3a1020a44b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 276589, "upload_time": "2017-09-20T20:25:58", "url": "https://files.pythonhosted.org/packages/a6/13/f02aa6376a6fdd1f5d502a5caca2f4da926d55a4939c867875e79fae7557/certbot-0.18.2.tar.gz" } ], "0.19.0": [ { "comment_text": "", "digests": { "md5": "8be12980b1a745cfe2db003be1bc24e7", "sha256": "3207ee5319bfc37e855c25a43148275fcfb37869eefde9087405012049734a20" }, "downloads": -1, "filename": "certbot-0.19.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8be12980b1a745cfe2db003be1bc24e7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 279769, "upload_time": "2017-10-04T20:08:41", "url": "https://files.pythonhosted.org/packages/89/34/56166892ce3d58cf7404036a616892c10e3dae1427cd07542ea06c851dba/certbot-0.19.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f817aab7dbd79e75f6710771c006227b", "sha256": "a7230791dff5d085738119fc22d88ad9d8a35d0b6a3d67806fe33990c7c79d53" }, "downloads": -1, "filename": "certbot-0.19.0.tar.gz", "has_sig": true, "md5_digest": "f817aab7dbd79e75f6710771c006227b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 285884, "upload_time": "2017-10-04T20:09:10", "url": "https://files.pythonhosted.org/packages/f7/e5/c1f4b9b4483b3d94ee14a3c9b6e974bb0b5c72065ab8a787e62e1b0ccccd/certbot-0.19.0.tar.gz" } ], "0.20.0": [ { "comment_text": "", "digests": { "md5": "a09683a665de2ddb02c84be02b88b802", "sha256": "c6b6bd288700898d1eb31a65b605e3a5fc10f1e3213ce468207d76a2decb9d35" }, "downloads": -1, "filename": "certbot-0.20.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a09683a665de2ddb02c84be02b88b802", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 280022, "upload_time": "2017-12-07T00:05:35", "url": "https://files.pythonhosted.org/packages/b3/32/10db66454937f3c9a1df531555016d7d6c9400369eaf70992f7ffded04cf/certbot-0.20.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "decf9f15c9a1dffeb49f9210fc039ac6", "sha256": "cabf505b64fb400c4239dcdbaeb882079477eb6a8442268596a8791b9e34de88" }, "downloads": -1, "filename": "certbot-0.20.0.tar.gz", "has_sig": true, "md5_digest": "decf9f15c9a1dffeb49f9210fc039ac6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 286291, "upload_time": "2017-12-07T00:05:57", "url": "https://files.pythonhosted.org/packages/6f/8a/a41e8b0bb62447a28385dab161878c23b6a37c2bcfa39be9cc00f5582a3c/certbot-0.20.0.tar.gz" } ], "0.21.0": [ { "comment_text": "", "digests": { "md5": "9376ffcff6fb5b9179dc62008c184b4f", "sha256": "b6fc9cf80e8e2925827c61ca92c32faa935bbadaf14448e2d7f40e1f8f2cccdb" }, "downloads": -1, "filename": "certbot-0.21.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "9376ffcff6fb5b9179dc62008c184b4f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 281813, "upload_time": "2018-01-18T00:54:23", "url": "https://files.pythonhosted.org/packages/aa/47/771ba515e0d33e9685be7655bdbe337dce35e1d6c603da7dab9320791049/certbot-0.21.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f307dcb8d9f40788793fd62b026a6ff", "sha256": "07ca3246d3462fe73418113cc5c1036545f4b2312831024da923054de3a85857" }, "downloads": -1, "filename": "certbot-0.21.0.tar.gz", "has_sig": true, "md5_digest": "5f307dcb8d9f40788793fd62b026a6ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 288100, "upload_time": "2018-01-18T00:54:42", "url": "https://files.pythonhosted.org/packages/d9/10/9a988c6f3c6c0ec5194b48f7fd1a6d1816f1e58877ed287ebad55213c77b/certbot-0.21.0.tar.gz" } ], "0.21.1": [ { "comment_text": "", "digests": { "md5": "fbc5b7084169289c0a6c7080cdbb952e", "sha256": "08f026078807fbcfd7bfab44c4d827ee287738fefcc86fbe1493ce752d2fdccb" }, "downloads": -1, "filename": "certbot-0.21.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "fbc5b7084169289c0a6c7080cdbb952e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 281819, "upload_time": "2018-01-25T21:40:01", "url": "https://files.pythonhosted.org/packages/47/16/d49ff6ddd86ea57affa7e927797932bec1f9e5f2c9fa49a429ad2aac1b96/certbot-0.21.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4cf314fa9d08f298cc3e1e519b4b77b0", "sha256": "e6c8e9b0b5e38834330831d5a91e1c08accdb9b4923855d14d524e7327e6c4ea" }, "downloads": -1, "filename": "certbot-0.21.1.tar.gz", "has_sig": true, "md5_digest": "4cf314fa9d08f298cc3e1e519b4b77b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 288509, "upload_time": "2018-01-25T21:40:31", "url": "https://files.pythonhosted.org/packages/73/ef/473025a0c8dd2af6ed9452f46e81eac24934821db5869c066c8acbb282a3/certbot-0.21.1.tar.gz" } ], "0.22.0": [ { "comment_text": "", "digests": { "md5": "305349b9cb58a41c881aeee71dcd4073", "sha256": "ebfeaf9737dc440a9f263099487523ab4c8d8da9def31a71327439d9186e00fa" }, "downloads": -1, "filename": "certbot-0.22.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "305349b9cb58a41c881aeee71dcd4073", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 284627, "upload_time": "2018-03-07T19:29:13", "url": "https://files.pythonhosted.org/packages/7e/c2/6a6fb6c866282eb9a9849a52a26cbe717b2e6c1e6b531bb9b02cda89e177/certbot-0.22.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "935f9e98cec65a6a4b9f20c14804dc41", "sha256": "ee307dd8f194bd710a3326aa4bacf95d358877498c0b9aa187eff0dc211dcbb3" }, "downloads": -1, "filename": "certbot-0.22.0.tar.gz", "has_sig": true, "md5_digest": "935f9e98cec65a6a4b9f20c14804dc41", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 292091, "upload_time": "2018-03-07T19:29:39", "url": "https://files.pythonhosted.org/packages/df/e9/edcd018eb5b37324b69a44fc09be0d532d49a42aecc15c8b0e12c754a6cb/certbot-0.22.0.tar.gz" } ], "0.22.1": [ { "comment_text": "", "digests": { "md5": "25d04f179c1e025a06190a2588de5ec1", "sha256": "bb2543946b23f9e3658c51ce699b6dc12610823684fbab5e7f4c7e5d31b312cf" }, "downloads": -1, "filename": "certbot-0.22.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "25d04f179c1e025a06190a2588de5ec1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 284724, "upload_time": "2018-03-19T22:02:22", "url": "https://files.pythonhosted.org/packages/7b/2a/0e46a672c44276baafcfc2d8ca401814e4b72751dfcb493395424b45b33d/certbot-0.22.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea14e2fe5f9f5034bb67b415a84eb484", "sha256": "64438e1b4b5bc53c29034d8f4027d6acffece5d16daa16526aa489c8e95e2ab5" }, "downloads": -1, "filename": "certbot-0.22.1.tar.gz", "has_sig": true, "md5_digest": "ea14e2fe5f9f5034bb67b415a84eb484", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 292219, "upload_time": "2018-03-19T22:06:20", "url": "https://files.pythonhosted.org/packages/1d/9e/720c03eb8e43efd228e099096d85c1c9dc946a86f9ddf148d440df1a5b15/certbot-0.22.1.tar.gz" } ], "0.22.2": [ { "comment_text": "", "digests": { "md5": "ceb69803840c30fe4fbbe899ac6ca8ef", "sha256": "c8c63bdf0fed6258bdbc892454314ec37bcd1c35a7f62524a083d93ccdfc420d" }, "downloads": -1, "filename": "certbot-0.22.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "ceb69803840c30fe4fbbe899ac6ca8ef", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 284750, "upload_time": "2018-03-20T01:18:54", "url": "https://files.pythonhosted.org/packages/14/63/9f8c017a5898d979cc66262582c186f02da02b470e5bae7881b62b7b9010/certbot-0.22.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0cb4eec5df84c5f7e4811cad4d0028f8", "sha256": "e6e3639293e78397f31f7d99e3c63aff82d91e2b0d50d146ee3c77f830464bef" }, "downloads": -1, "filename": "certbot-0.22.2.tar.gz", "has_sig": true, "md5_digest": "0cb4eec5df84c5f7e4811cad4d0028f8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 292258, "upload_time": "2018-03-20T01:19:15", "url": "https://files.pythonhosted.org/packages/2d/89/94e10af6344174c82990bc23eb2a17d9a19f4c7786ecc1cb024c77710f9b/certbot-0.22.2.tar.gz" } ], "0.23.0": [ { "comment_text": "", "digests": { "md5": "48cee9ae51ae38bab8aad938fab87895", "sha256": "66c42cf780ddbf582ecc52aa6a61242450a2650227b436ad0d260685c4ef8a49" }, "downloads": -1, "filename": "certbot-0.23.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "48cee9ae51ae38bab8aad938fab87895", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 280957, "upload_time": "2018-04-04T23:43:57", "url": "https://files.pythonhosted.org/packages/65/53/d2e6616ffe0479fb5dca6a2ce03baf465c1f53c34ba0ce13b673d3eb17e7/certbot-0.23.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "247e1c7b9b88b73953f268add8a50970", "sha256": "6cff4c5da1228661ccaf95195064cb29e6cdf80913193bdb2eb20e164c76053e" }, "downloads": -1, "filename": "certbot-0.23.0.tar.gz", "has_sig": true, "md5_digest": "247e1c7b9b88b73953f268add8a50970", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 294361, "upload_time": "2018-04-04T23:44:14", "url": "https://files.pythonhosted.org/packages/a9/04/4fe1b32f276261f2899ef3316e425475302ca5c758e139d0453333bf9545/certbot-0.23.0.tar.gz" } ], "0.24.0": [ { "comment_text": "", "digests": { "md5": "39c2d3fdcf136f357e6af7b9fbe1e150", "sha256": "a3fc41fde4f0dbb35f7ebec2f9e00339580b3f4298850411eac0719223073b27" }, "downloads": -1, "filename": "certbot-0.24.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "39c2d3fdcf136f357e6af7b9fbe1e150", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 286171, "upload_time": "2018-05-02T13:12:40", "url": "https://files.pythonhosted.org/packages/8d/8c/c42769847918cf2854e4193f7c3d07e8e451880a7ea36a62e0d2b574e716/certbot-0.24.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4e49fd316de13731849a9c6f979feb96", "sha256": "a072d4528bb3ac4184f5c961a96931795ddfe4b7cb0f3a98954bdd4cce5f6d70" }, "downloads": -1, "filename": "certbot-0.24.0.tar.gz", "has_sig": true, "md5_digest": "4e49fd316de13731849a9c6f979feb96", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 298763, "upload_time": "2018-05-02T13:13:05", "url": "https://files.pythonhosted.org/packages/31/81/9ea1fc311452b58a20a2b8336d05720da2d08119cbfb047a1a2160631471/certbot-0.24.0.tar.gz" } ], "0.25.0": [ { "comment_text": "", "digests": { "md5": "b235e81d74671fd201f8ef043589b2ec", "sha256": "6acd1e241785d73547803ca74bd1477eab6576e83eb035e0c343f1c8fc97b884" }, "downloads": -1, "filename": "certbot-0.25.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b235e81d74671fd201f8ef043589b2ec", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 293543, "upload_time": "2018-06-06T22:02:08", "url": "https://files.pythonhosted.org/packages/34/40/83f08b39e8a5097b509540b1ea3e4db7440da22911d00aa0ec9695f91bf9/certbot-0.25.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "738702dec1b88b7a12f934c1c9f11cca", "sha256": "bfdf0e2fe67f48034fa9a9bc16b12dd23ef3ac8bbac4e15ece876cd764eb40f8" }, "downloads": -1, "filename": "certbot-0.25.0.tar.gz", "has_sig": true, "md5_digest": "738702dec1b88b7a12f934c1c9f11cca", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 305194, "upload_time": "2018-06-06T22:02:27", "url": "https://files.pythonhosted.org/packages/3d/99/adde68426758b329d525f4fc59b6d4961fa1c38ae769662091a3eab51dba/certbot-0.25.0.tar.gz" } ], "0.25.1": [ { "comment_text": "", "digests": { "md5": "2709c8551142a9d930352cec2680f58e", "sha256": "01689015364685fef3f1e1fb7832ba84eb3b0aa85bc5a71c96661f6d4c59981f" }, "downloads": -1, "filename": "certbot-0.25.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "2709c8551142a9d930352cec2680f58e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 293544, "upload_time": "2018-06-13T18:47:32", "url": "https://files.pythonhosted.org/packages/fc/94/be042e993dcec1ee06b649fb554b5f9cad9a82605b7db6a84bb110c29ac1/certbot-0.25.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "962cead20018fda0bfe7a7583aa46922", "sha256": "5c23e5186133bb1afd805be5e0cd2fb7b95862a8b0459c9ecad4ae60f933e54e" }, "downloads": -1, "filename": "certbot-0.25.1.tar.gz", "has_sig": true, "md5_digest": "962cead20018fda0bfe7a7583aa46922", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 305393, "upload_time": "2018-06-13T18:47:55", "url": "https://files.pythonhosted.org/packages/43/36/f6d52526409bf18dfd46a3b3111612e1a1438c98a6f8a66a3a05e9de7222/certbot-0.25.1.tar.gz" } ], "0.26.0": [ { "comment_text": "", "digests": { "md5": "8cdcfe8559c414aaa3d783f244fcaa40", "sha256": "0e171c00fce6ca7f3638602caaa9ca0b5b41ff35013d8a802afbea1d4b77e83a" }, "downloads": -1, "filename": "certbot-0.26.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8cdcfe8559c414aaa3d783f244fcaa40", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 302063, "upload_time": "2018-07-11T22:04:32", "url": "https://files.pythonhosted.org/packages/95/11/fd94a47974cd25abc920fd026dfc91f9a952443112662732237498e0d11f/certbot-0.26.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d10b0aa7365ed217738f85ff473cb651", "sha256": "5c0a0394c3745fa2d1ef49b9f8d0bd31eec11113b1b127055172fb053dc0946d" }, "downloads": -1, "filename": "certbot-0.26.0.tar.gz", "has_sig": true, "md5_digest": "d10b0aa7365ed217738f85ff473cb651", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 312645, "upload_time": "2018-07-11T22:04:53", "url": "https://files.pythonhosted.org/packages/99/a1/e1d3af6be7b427212b8f22db2a991f30ab60f5f380170ce6963ce4c0d72f/certbot-0.26.0.tar.gz" } ], "0.26.1": [ { "comment_text": "", "digests": { "md5": "c289833ec16d1c30ed334eade539110d", "sha256": "4e2ffdeebb7f5097600bcb1ca19131441fa021f952b443ca7454a279337af609" }, "downloads": -1, "filename": "certbot-0.26.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "c289833ec16d1c30ed334eade539110d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 302386, "upload_time": "2018-07-17T22:00:54", "url": "https://files.pythonhosted.org/packages/fa/c3/b069956e22c5db35dbd914dbbe37c6351c534a34f9b2ee80fc7fa224906b/certbot-0.26.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b1395ba9e6e3e4dfeba00078493aaed", "sha256": "4983513d63f7f36e24a07873ca2d6ea1c0101aa6cb1cd825cda02ed520f6ca66" }, "downloads": -1, "filename": "certbot-0.26.1.tar.gz", "has_sig": true, "md5_digest": "2b1395ba9e6e3e4dfeba00078493aaed", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 311419, "upload_time": "2018-07-17T22:01:17", "url": "https://files.pythonhosted.org/packages/5e/f7/a8c8af1e8942f7ae2e3a5915118de7e446e2cfcef1444387c4f82b81ad82/certbot-0.26.1.tar.gz" } ], "0.27.0": [ { "comment_text": "", "digests": { "md5": "82989bbef3703178a841c9a1bbc29faa", "sha256": "f3a641a16fa846886f1d28fcf22c84999c5a2b541468c93c9c4fd1efaf27e4a2" }, "downloads": -1, "filename": "certbot-0.27.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "82989bbef3703178a841c9a1bbc29faa", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 302361, "upload_time": "2018-09-05T23:44:07", "url": "https://files.pythonhosted.org/packages/c7/9d/076f882784a07604c89cb886a62206d16bab45cd1c2437410f32f2208efd/certbot-0.27.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "244f242112fd4d3677869047ebf9e4e7", "sha256": "492b4680855eddc65bee396be80e653ee212cd495d1b796e570dc97c3008f695" }, "downloads": -1, "filename": "certbot-0.27.0.tar.gz", "has_sig": true, "md5_digest": "244f242112fd4d3677869047ebf9e4e7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 311681, "upload_time": "2018-09-05T23:44:34", "url": "https://files.pythonhosted.org/packages/01/6a/60f3ba374616a253e477a0f957aa8b372172739ef46883edd7c078950ffe/certbot-0.27.0.tar.gz" } ], "0.27.1": [ { "comment_text": "", "digests": { "md5": "11ba47e97d26c880a49fcc5f8062a56e", "sha256": "89a8d8e44e272ee970259c93fa2ff2c9f063da8fd88a56d7ca30d7a2218791ea" }, "downloads": -1, "filename": "certbot-0.27.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "11ba47e97d26c880a49fcc5f8062a56e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 302361, "upload_time": "2018-09-07T00:00:27", "url": "https://files.pythonhosted.org/packages/b0/02/1d24ef7ec8cc9e898d4543423a8e56abef4c21fd871d04d864d78d34cb56/certbot-0.27.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cec6016acb1a187920e2b086235599e0", "sha256": "3570bd14ed223c752f309dbd082044bd9f11a339d21671e70a2eeae4e51ed02a" }, "downloads": -1, "filename": "certbot-0.27.1.tar.gz", "has_sig": true, "md5_digest": "cec6016acb1a187920e2b086235599e0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 311724, "upload_time": "2018-09-07T00:00:53", "url": "https://files.pythonhosted.org/packages/8b/bc/5f76ea7091adc4052eee66b36dc3b561e167575c28a26ec6db6f29f4c669/certbot-0.27.1.tar.gz" } ], "0.28.0": [ { "comment_text": "", "digests": { "md5": "9d27750e9bfa30309f6c6cb94c7012c7", "sha256": "f2f7c816acd695cbcda713a779b0db2b08e9de407146b46e1c4ef5561e0f5417" }, "downloads": -1, "filename": "certbot-0.28.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "9d27750e9bfa30309f6c6cb94c7012c7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 315173, "upload_time": "2018-11-07T22:40:20", "url": "https://files.pythonhosted.org/packages/15/b0/5926fc87640b8b5b24f53e2e69211772e9f1434f13403a41c789fbe4ef29/certbot-0.28.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "35d73ccab79c5510068a7be39d2aa607", "sha256": "31e3e2ee2a25c009a621c59ac9182f85d937a897c7bd1d47d0e01f3c712a090a" }, "downloads": -1, "filename": "certbot-0.28.0.tar.gz", "has_sig": true, "md5_digest": "35d73ccab79c5510068a7be39d2aa607", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 332827, "upload_time": "2018-11-07T22:40:49", "url": "https://files.pythonhosted.org/packages/9d/b4/75eb64de7f25ff9fee8820d8fbe8d90a014627f637be221fcb65d3e4ef5e/certbot-0.28.0.tar.gz" } ], "0.29.0": [ { "comment_text": "", "digests": { "md5": "d2a163bde6d8bd2c803f5d50cd02da99", "sha256": "fd055f3c132f966bf72bca653a52cf5974395cea6ce4f3f727f304bd52a332e3" }, "downloads": -1, "filename": "certbot-0.29.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d2a163bde6d8bd2c803f5d50cd02da99", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 317414, "upload_time": "2018-12-05T20:57:37", "url": "https://files.pythonhosted.org/packages/b7/7e/0f74d86b72c9f204a86211bfc94e25954321c1d3f520f81bedbfbdc1fbc4/certbot-0.29.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "959393b8c29f1acc6d4ca13054f141fd", "sha256": "3c9f18cc502ff3b3bc8811ee1e90b73021fcf3891e13003fbe3d499fe7384753" }, "downloads": -1, "filename": "certbot-0.29.0.tar.gz", "has_sig": true, "md5_digest": "959393b8c29f1acc6d4ca13054f141fd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 335718, "upload_time": "2018-12-05T20:58:08", "url": "https://files.pythonhosted.org/packages/3e/41/d093508140381e3f8b24c689d9e65405a9516f2914fcc47e5de752b8aac9/certbot-0.29.0.tar.gz" } ], "0.29.1": [ { "comment_text": "", "digests": { "md5": "417f3ff082843172aab1c723f36c25a3", "sha256": "2ba2c60fd1969e75d3e5048d3f7d95afd0949670b39a6a0037ba4a594e9f26a5" }, "downloads": -1, "filename": "certbot-0.29.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "417f3ff082843172aab1c723f36c25a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 317503, "upload_time": "2018-12-06T01:19:39", "url": "https://files.pythonhosted.org/packages/47/39/6855d8eef3264aac06fca9c713f209944792649ac869baa489bc2d7f9a14/certbot-0.29.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "49ac3e8751d2ab6bbfad64ca6f33c49b", "sha256": "6fc604d207c48b95dea3458bb33a11b17aa625628eb197927ffee8b458f62692" }, "downloads": -1, "filename": "certbot-0.29.1.tar.gz", "has_sig": true, "md5_digest": "49ac3e8751d2ab6bbfad64ca6f33c49b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 333218, "upload_time": "2018-12-06T01:20:12", "url": "https://files.pythonhosted.org/packages/ba/c9/2f68455a27f74e7a1010399c4da0a90f968b14fc6da62a3be1219d62d0d6/certbot-0.29.1.tar.gz" } ], "0.30.0": [ { "comment_text": "", "digests": { "md5": "ec69381daa6f4c5709be840b5d3de34a", "sha256": "b3468e128e74d2295598f6d3fbf9d0edfb67fe5abaca3b985a9e858395bd027f" }, "downloads": -1, "filename": "certbot-0.30.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "ec69381daa6f4c5709be840b5d3de34a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 317949, "upload_time": "2019-01-02T21:38:27", "url": "https://files.pythonhosted.org/packages/e0/5e/9881564f386c1294d6cf387d5c754d7eb3277507b46afac1c646d6ae6de6/certbot-0.30.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3006da06bc97c5ede39c17a18b33d6f2", "sha256": "d631fe6c75700ce9b2fdae194ff8b53c7518545d87dd451a1704f7572dcd49e8" }, "downloads": -1, "filename": "certbot-0.30.0.tar.gz", "has_sig": true, "md5_digest": "3006da06bc97c5ede39c17a18b33d6f2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 333241, "upload_time": "2019-01-02T21:38:57", "url": "https://files.pythonhosted.org/packages/fd/9a/ca7175050adc157f4b32a606a3f3892ee54f73931b2abb7b78ec4e63f6dc/certbot-0.30.0.tar.gz" } ], "0.30.1": [ { "comment_text": "", "digests": { "md5": "2ddb9fc0c1bcdac3c84498ad4faf2824", "sha256": "debdf5cfe17d55c124508a5f720e80094b82e87f167fb45cb6fda41482b6bd76" }, "downloads": -1, "filename": "certbot-0.30.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "2ddb9fc0c1bcdac3c84498ad4faf2824", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 317950, "upload_time": "2019-01-24T22:54:52", "url": "https://files.pythonhosted.org/packages/f8/b6/040a5aa827d218c5aeb275b860ce22eec44c85d6a39245632985bf34cd89/certbot-0.30.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "18f9864a26cd321223734509427a4cfe", "sha256": "39d1a58d3b59c68e57e26bcb1b73078fc227c8944388e61646dd6bbb203618e7" }, "downloads": -1, "filename": "certbot-0.30.1.tar.gz", "has_sig": true, "md5_digest": "18f9864a26cd321223734509427a4cfe", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 336141, "upload_time": "2019-01-24T22:55:23", "url": "https://files.pythonhosted.org/packages/15/8d/4ca0e6da1343f64d0c7a72d6d220c5d1563ed60dd721bf5d249f52f7f12f/certbot-0.30.1.tar.gz" } ], "0.30.2": [ { "comment_text": "", "digests": { "md5": "c69b52590a43da6b4aa6fba511a35783", "sha256": "e411b72fa86eec1018e6de28e649e8c9c71191a7431dcc77f207b57ca9484c11" }, "downloads": -1, "filename": "certbot-0.30.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "c69b52590a43da6b4aa6fba511a35783", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 317952, "upload_time": "2019-01-25T21:34:02", "url": "https://files.pythonhosted.org/packages/a2/db/9c1c43a226114badb0ff06c606677985e9cd4180b4d6002318b8a5039528/certbot-0.30.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f84fb79bf62df6726ca8bc511e947c99", "sha256": "534487cb552ced8e47948ba3d2e7ca12c3a439133fc609485012b1a02fc7776e" }, "downloads": -1, "filename": "certbot-0.30.2.tar.gz", "has_sig": true, "md5_digest": "f84fb79bf62df6726ca8bc511e947c99", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 333414, "upload_time": "2019-01-25T21:34:33", "url": "https://files.pythonhosted.org/packages/ff/40/9f467dd2a6a026998728ee0acf78a94ae669f31b92f19e80cac345609027/certbot-0.30.2.tar.gz" } ], "0.31.0": [ { "comment_text": "", "digests": { "md5": "09df2277b67237239da190dcb74522a4", "sha256": "1a1b4b2675daf5266cc2cf2a44ded44de1d83e9541ffa078913c0e4c3231a1c4" }, "downloads": -1, "filename": "certbot-0.31.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "09df2277b67237239da190dcb74522a4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 318170, "upload_time": "2019-02-07T23:08:02", "url": "https://files.pythonhosted.org/packages/cc/1d/14184c11c99329b77c2f2ccd415d44fb16530d12f0d8462cb46dded1cead/certbot-0.31.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "340d382992a8db60b2197082c8cf5b15", "sha256": "0c3196f80a102c0f9d82d566ba859efe3b70e9ed4670520224c844fafd930473" }, "downloads": -1, "filename": "certbot-0.31.0.tar.gz", "has_sig": true, "md5_digest": "340d382992a8db60b2197082c8cf5b15", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 336579, "upload_time": "2019-02-07T23:08:32", "url": "https://files.pythonhosted.org/packages/89/6c/ec51f8700322f7cede32cfb8e7ba08c542898047ef7f7db700991a94a30b/certbot-0.31.0.tar.gz" } ], "0.32.0": [ { "comment_text": "", "digests": { "md5": "8915232bbb28d997360a53a561913288", "sha256": "75fd986ae42cd90bde6400c5f5a0dd936a7f4a42a416146b1e8bb0f92028b443" }, "downloads": -1, "filename": "certbot-0.32.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8915232bbb28d997360a53a561913288", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 325499, "upload_time": "2019-03-06T21:20:45", "url": "https://files.pythonhosted.org/packages/08/9a/6592046d1755a876a9b564be4ace4926ca8b6b38c9d7e916c01f15559674/certbot-0.32.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c10914936f15d084463ad1db2d099715", "sha256": "c0b94e25a07d83809d98029f09e9b501f86ec97624f45ce86800a7002488c3c8" }, "downloads": -1, "filename": "certbot-0.32.0.tar.gz", "has_sig": true, "md5_digest": "c10914936f15d084463ad1db2d099715", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 341257, "upload_time": "2019-03-06T21:21:22", "url": "https://files.pythonhosted.org/packages/97/a6/c45565d73b0a7b7263e5b6a6e865114959ea9c0a46b2ebec929c097d0475/certbot-0.32.0.tar.gz" } ], "0.33.0": [ { "comment_text": "", "digests": { "md5": "d0caf8c21fed75e86c42f0f3bec0311c", "sha256": "37a7e833e2179c7aa0c34a11fbf661cf569d09e6f37eed6ffb805822d6068f3c" }, "downloads": -1, "filename": "certbot-0.33.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d0caf8c21fed75e86c42f0f3bec0311c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 324387, "upload_time": "2019-04-03T21:02:44", "url": "https://files.pythonhosted.org/packages/d1/0e/f236bc44f4c00058708cc7f17c48e0e7d5854d2b769dd15f87540aa48b8f/certbot-0.33.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "279a6f7940ae203c9a5f5b4e361494ac", "sha256": "25da67cb7f14db5fb5867d8aa3efbf0405fd63e07feb7e39f2a6f86fc0c83846" }, "downloads": -1, "filename": "certbot-0.33.0.tar.gz", "has_sig": true, "md5_digest": "279a6f7940ae203c9a5f5b4e361494ac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 340430, "upload_time": "2019-04-03T21:03:20", "url": "https://files.pythonhosted.org/packages/99/06/190d13e232c00276f9150daa887643dbfcf74bd7d614cfd1cb7773bc2350/certbot-0.33.0.tar.gz" } ], "0.33.1": [ { "comment_text": "", "digests": { "md5": "12cec7467325fc1456a65eba85ff6331", "sha256": "e2a08467146b7a7ed2c8ca6625b1705d93b51e89866f6ede8a8a262594c18f3f" }, "downloads": -1, "filename": "certbot-0.33.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "12cec7467325fc1456a65eba85ff6331", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 324387, "upload_time": "2019-04-05T16:33:35", "url": "https://files.pythonhosted.org/packages/a3/d5/3448147adb35a0dfb09d03ebf71bce38db9ce3614e2ba82e0107067876d8/certbot-0.33.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f1ec0586acd2f73cedb54e6069285cb", "sha256": "d5203f32c50f3ec5a32df97e4affddbcd288a569678ecb5669adda21cd5ac3d9" }, "downloads": -1, "filename": "certbot-0.33.1.tar.gz", "has_sig": true, "md5_digest": "3f1ec0586acd2f73cedb54e6069285cb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 342753, "upload_time": "2019-04-05T16:34:10", "url": "https://files.pythonhosted.org/packages/ce/a1/2b27c30e3ed483bb960d001198942a9ada2b59d26d7cd440671f52e3bd56/certbot-0.33.1.tar.gz" } ], "0.34.0": [ { "comment_text": "", "digests": { "md5": "e4f07edeefc95532d32028ed3da62fb6", "sha256": "51dddf2cb1c50a9f8b993090890bf4858d8fadffce38bafcdf6bf585a2040317" }, "downloads": -1, "filename": "certbot-0.34.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e4f07edeefc95532d32028ed3da62fb6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 325624, "upload_time": "2019-05-01T22:37:36", "url": "https://files.pythonhosted.org/packages/00/8d/e745ac5fba64b5adb9c91c92fd893782a118133760e12ff5b9afdbffbaef/certbot-0.34.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e2cd3fc7f7506bfcd7f8ae27708f3dc", "sha256": "e75bdabfd9183bd9842ada42a51070f120d15982e81c490df59dde62e4df2c8b" }, "downloads": -1, "filename": "certbot-0.34.0.tar.gz", "has_sig": true, "md5_digest": "0e2cd3fc7f7506bfcd7f8ae27708f3dc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 342508, "upload_time": "2019-05-01T22:38:10", "url": "https://files.pythonhosted.org/packages/ac/16/b4e0c50e5551f627a33dc90ac24085afe14ce05064574b3aeffcf319ff6d/certbot-0.34.0.tar.gz" } ], "0.34.1": [ { "comment_text": "", "digests": { "md5": "54c8b53f61f15a785d601af4c47a9f7c", "sha256": "84b0990e9a0d1390f80467af4b29b6f65b80f6ed3b2b32aae6baba9d968e957f" }, "downloads": -1, "filename": "certbot-0.34.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "54c8b53f61f15a785d601af4c47a9f7c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 325624, "upload_time": "2019-05-06T21:12:04", "url": "https://files.pythonhosted.org/packages/2e/e2/5fced858c54a43cabc5963bbca4861f0f6ba885a94753ceb4ab251d34461/certbot-0.34.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd717a2b73ffe66f74128d77a8962ea3", "sha256": "464f49371ed308aa17356a7152167defc342b67a8bbf8f4b8d9019788f6d4b52" }, "downloads": -1, "filename": "certbot-0.34.1.tar.gz", "has_sig": true, "md5_digest": "cd717a2b73ffe66f74128d77a8962ea3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 342618, "upload_time": "2019-05-06T21:12:39", "url": "https://files.pythonhosted.org/packages/07/00/a2b6bfe004fe9d590bb6b76c2a4642583c67210fc9719067f1a4ad82a96e/certbot-0.34.1.tar.gz" } ], "0.34.2": [ { "comment_text": "", "digests": { "md5": "e66932d98dbe7c5994b3ef384d96a2e6", "sha256": "238bb1c100d0d17f0bda147387435c307e128b2f1a8339eb85cef7fb99909cb9" }, "downloads": -1, "filename": "certbot-0.34.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e66932d98dbe7c5994b3ef384d96a2e6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 325622, "upload_time": "2019-05-07T21:48:49", "url": "https://files.pythonhosted.org/packages/7f/76/fcac02d7f4facde6e736eb843f62b329393c496ae0a30cb0e623e157c691/certbot-0.34.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dfcda53aac6ee419154111aea0fc07b7", "sha256": "30732ddcb10ccd8b8410c515a76ae0429ad907130b8bf8caa58b73826d0ec9bb" }, "downloads": -1, "filename": "certbot-0.34.2.tar.gz", "has_sig": true, "md5_digest": "dfcda53aac6ee419154111aea0fc07b7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 342657, "upload_time": "2019-05-07T21:49:21", "url": "https://files.pythonhosted.org/packages/c8/3f/5155b553853635cc1078fb75779f578302f774d98c213720cdd602ee22de/certbot-0.34.2.tar.gz" } ], "0.35.0": [ { "comment_text": "", "digests": { "md5": "521b054da85b769360110bfac40e8a0d", "sha256": "6e02460eefdb37094b8ef283e76257a3557268dde519a6dbf6bf8954669cd754" }, "downloads": -1, "filename": "certbot-0.35.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "521b054da85b769360110bfac40e8a0d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 329149, "upload_time": "2019-06-05T21:28:50", "url": "https://files.pythonhosted.org/packages/43/d5/b875028dd02822d6febb56a27539614f25d0e4c106e2299a414eccc65a84/certbot-0.35.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2ea01c09e5904144dc10a8d24b3bc4cd", "sha256": "33bcdee9fd97a244545f0c1c6480a9889f0382d915927cdfd707c050e78544d9" }, "downloads": -1, "filename": "certbot-0.35.0.tar.gz", "has_sig": true, "md5_digest": "2ea01c09e5904144dc10a8d24b3bc4cd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 346843, "upload_time": "2019-06-05T21:29:39", "url": "https://files.pythonhosted.org/packages/c9/d7/332fc6fc106dbb1c728c43bb1cfba613ff718942df99b45a2e048bab8c5f/certbot-0.35.0.tar.gz" } ], "0.35.1": [ { "comment_text": "", "digests": { "md5": "d9738a13ca5b12049572a9b8ee87f764", "sha256": "24821e10b05084a45c5bf29da704115f2637af613866589737cff502294dad2a" }, "downloads": -1, "filename": "certbot-0.35.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d9738a13ca5b12049572a9b8ee87f764", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 329148, "upload_time": "2019-06-11T19:13:01", "url": "https://files.pythonhosted.org/packages/12/a0/1882f18f2640259aea16cbd7a6e3fb05e79ff796b72ccd1813982c2e4bd0/certbot-0.35.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46b220ea42c1759b3b60e67e3c6406e5", "sha256": "d7e8ecc14e06ed1dc691c6069bc9ce42dce04e8db1684ddfab446fbd71290860" }, "downloads": -1, "filename": "certbot-0.35.1.tar.gz", "has_sig": true, "md5_digest": "46b220ea42c1759b3b60e67e3c6406e5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 346968, "upload_time": "2019-06-11T19:13:34", "url": "https://files.pythonhosted.org/packages/ee/8c/ba69898eef2f30a5ee4e20a3a3866b2a2241dc2de695a2fd5792929d9727/certbot-0.35.1.tar.gz" } ], "0.36.0": [ { "comment_text": "", "digests": { "md5": "a260a5a86249acc4189d92a4c69a4c3d", "sha256": "486cee6c4861762fe4a94b4f44f7d227034d026d1a8d7ba2911ef4e86a737613" }, "downloads": -1, "filename": "certbot-0.36.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "a260a5a86249acc4189d92a4c69a4c3d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 339261, "upload_time": "2019-07-11T20:14:27", "url": "https://files.pythonhosted.org/packages/3a/5a/d0a9346be3c5db1500afa2a6c1a29af2f310b376be3675aa1dcacd98d255/certbot-0.36.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ddfa1043a570f002b445cdc4a4a7226", "sha256": "bf6745b823644cdca8461150455aeb67d417f87f80b9ec774c716e9587ef20a2" }, "downloads": -1, "filename": "certbot-0.36.0.tar.gz", "has_sig": true, "md5_digest": "3ddfa1043a570f002b445cdc4a4a7226", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 356981, "upload_time": "2019-07-11T20:15:00", "url": "https://files.pythonhosted.org/packages/84/46/2224e1534ce21f89cc1ff5da17f3063e49fa84cae7099351a6f25eb0b1e3/certbot-0.36.0.tar.gz" } ], "0.37.0": [ { "comment_text": "", "digests": { "md5": "0f6adc25f136b4380ca5e916ebeee38e", "sha256": "940a7c5902d45c222bf977477d6898d2d1112181252bf998a4b41f6078093b65" }, "downloads": -1, "filename": "certbot-0.37.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "0f6adc25f136b4380ca5e916ebeee38e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 341626, "upload_time": "2019-08-07T18:25:26", "url": "https://files.pythonhosted.org/packages/b2/8c/032c8273240240df99cc32d9eeaaf6390afecdcf28c8de6277d77c321633/certbot-0.37.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6a6749304d13364f08faf149562aac63", "sha256": "34c5a832b43f41438bd84eb247a64607228a865e3cdc5272d7a27c3943a94d8a" }, "downloads": -1, "filename": "certbot-0.37.0.tar.gz", "has_sig": true, "md5_digest": "6a6749304d13364f08faf149562aac63", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 358657, "upload_time": "2019-08-07T18:25:55", "url": "https://files.pythonhosted.org/packages/cb/d5/3a0acdc04aaea4a4aac1411c06a4d9a9b107851d8adb884c1fb934a5864a/certbot-0.37.0.tar.gz" } ], "0.37.1": [ { "comment_text": "", "digests": { "md5": "8c3763bb309e7e518badb14a2b1fd0b2", "sha256": "84dbdad204327b8d8ef9ab5b040f2be1e427a9f7e087affcc9a6051ea1b03fe7" }, "downloads": -1, "filename": "certbot-0.37.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "8c3763bb309e7e518badb14a2b1fd0b2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 341625, "upload_time": "2019-08-09T00:46:25", "url": "https://files.pythonhosted.org/packages/ec/a5/6b8eee49a17445d2c8eb50659d204f0d2e09f516bea7d3811cd797d6d179/certbot-0.37.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1fe5c0ebfb6e7d92bc5bffac85b6b45e", "sha256": "aace73e63b0c11cdb4b0bd33e1780c1fbe0ce5669dc72e80c3aa9500145daf16" }, "downloads": -1, "filename": "certbot-0.37.1.tar.gz", "has_sig": true, "md5_digest": "1fe5c0ebfb6e7d92bc5bffac85b6b45e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 358248, "upload_time": "2019-08-09T00:46:59", "url": "https://files.pythonhosted.org/packages/35/76/772bd826c596c8e5bfb6bb088f28d17b170a1c9274c0196570266b2932fb/certbot-0.37.1.tar.gz" } ], "0.37.2": [ { "comment_text": "", "digests": { "md5": "338fc475a87c453e17697bde9c948e1a", "sha256": "8f6f0097fb2aac64f13e5d6974781ac85a051d84a6cb3f4d79c6b75c5ea451b8" }, "downloads": -1, "filename": "certbot-0.37.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "338fc475a87c453e17697bde9c948e1a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 341624, "upload_time": "2019-08-21T23:01:37", "url": "https://files.pythonhosted.org/packages/c5/3a/f4affc5d6d07b2b1e34bdfd33bdafc828a7416066948d81f04df07e0ad9c/certbot-0.37.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "63b6e5d5ceb7c9eed506c3dbf81934b6", "sha256": "e454368aa8d62559c673091b511319c130c8e0ea1c4dfa314ed7bdc91dd96ef5" }, "downloads": -1, "filename": "certbot-0.37.2.tar.gz", "has_sig": true, "md5_digest": "63b6e5d5ceb7c9eed506c3dbf81934b6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 358242, "upload_time": "2019-08-21T23:02:10", "url": "https://files.pythonhosted.org/packages/65/66/46104f466105a4e61309d758c0ac09793a2ea9a30b4ce61e5c20956098f8/certbot-0.37.2.tar.gz" } ], "0.38.0": [ { "comment_text": "", "digests": { "md5": "d9b7d5c043079feb4539ce1484e3c27d", "sha256": "618abf3ae17c2fc3cb99baa4bf000dd5e2d7875b7811f5ef1edf6ebd7a33945f" }, "downloads": -1, "filename": "certbot-0.38.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "d9b7d5c043079feb4539ce1484e3c27d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 341622, "upload_time": "2019-09-03T21:02:05", "url": "https://files.pythonhosted.org/packages/93/b4/afbfa78f70dbb218d2fbc3f700aca5101608ea5e39a84793db74a8489418/certbot-0.38.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c09c6574981a8c07ab05c5f6189b525", "sha256": "c27712101794e3adf54f3a3067c63be5caa507a930a79865bc654b6864121c6b" }, "downloads": -1, "filename": "certbot-0.38.0.tar.gz", "has_sig": true, "md5_digest": "7c09c6574981a8c07ab05c5f6189b525", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 359066, "upload_time": "2019-09-03T21:02:33", "url": "https://files.pythonhosted.org/packages/df/59/588f01c6e9a64d40d17778d93d90ced01316bc386b7ec3b5032b1b098c94/certbot-0.38.0.tar.gz" } ], "0.39.0": [ { "comment_text": "", "digests": { "md5": "e66e5fa73ca67e5e7ba8a59b916d3edb", "sha256": "f1a70651a6c5137a448f4a8db17b09af619f80a077326caae6b74278bf1db488" }, "downloads": -1, "filename": "certbot-0.39.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e66e5fa73ca67e5e7ba8a59b916d3edb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 343448, "upload_time": "2019-10-01T20:22:54", "url": "https://files.pythonhosted.org/packages/0c/de/51b3ced72263fc2be0b5e13c216f08b618099e05bcf0f537a772383b1cbe/certbot-0.39.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a19758a39301f4c65acaab6693e2e95e", "sha256": "885cee1c4d05888af86b626cbbfc29d3c6c842ef4fe8f4a486994cef9daddfe0" }, "downloads": -1, "filename": "certbot-0.39.0.tar.gz", "has_sig": true, "md5_digest": "a19758a39301f4c65acaab6693e2e95e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 360354, "upload_time": "2019-10-01T20:23:34", "url": "https://files.pythonhosted.org/packages/fd/55/0121ec978989c5f64b9358ef93b89771db3167a375b0f171abfd2610744b/certbot-0.39.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "d662fd4a47f6c69d1f8b4a1ec8ecb9a3", "sha256": "a893632d228864b0a751db9f3fdd93439ed34b988ea21b64fb0f0fa2ceded6a2" }, "downloads": -1, "filename": "certbot-0.6.0-py2-none-any.whl", "has_sig": true, "md5_digest": "d662fd4a47f6c69d1f8b4a1ec8ecb9a3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 209703, "upload_time": "2016-05-12T20:37:38", "url": "https://files.pythonhosted.org/packages/b6/b2/789558734fb2ff426fb4c0e948e2cbae18af50bd54bab8c4cc012d9dce10/certbot-0.6.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e741cfab02640808bfb5970070f31909", "sha256": "80b0b7dc5afeec2816ef638a61e7c628d73cd72666eebf4984be426d1c2b492d" }, "downloads": -1, "filename": "certbot-0.6.0.tar.gz", "has_sig": true, "md5_digest": "e741cfab02640808bfb5970070f31909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 192899, "upload_time": "2016-05-12T20:38:52", "url": "https://files.pythonhosted.org/packages/fc/eb/7594bf16d89909a9d52c46edbeae669d4b2ee6e12453bd97e674d0371920/certbot-0.6.0.tar.gz" } ], "0.6.0.dev0": [], "0.7.0": [ { "comment_text": "", "digests": { "md5": "a38a1746b0fd3f854887c6979b841da5", "sha256": "55604e43d231ac226edefed8dc110d792052095c3d75ad0e4a228ae0989fe5fd" }, "downloads": -1, "filename": "certbot-0.7.0-py2-none-any.whl", "has_sig": true, "md5_digest": "a38a1746b0fd3f854887c6979b841da5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 212980, "upload_time": "2016-05-27T21:03:56", "url": "https://files.pythonhosted.org/packages/08/32/836fb838d7571c385bbac4f3820f361613116446262c6f5671a499345f9a/certbot-0.7.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "39a52c74352649341c97c0406d5fb97f", "sha256": "ad5083d75e16d1ab806802d3a32f34973b6d7adaf083aee87e07a6c1359efe88" }, "downloads": -1, "filename": "certbot-0.7.0.tar.gz", "has_sig": true, "md5_digest": "39a52c74352649341c97c0406d5fb97f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 201005, "upload_time": "2016-05-27T21:04:36", "url": "https://files.pythonhosted.org/packages/d8/08/dde6bc98204c79bdefe0c1ae3a08c44f4f319197b0fc34c109a9f6a6df64/certbot-0.7.0.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "7e96d8572d260dfc18a23b138e2e8a48", "sha256": "395c5840ff6b75aa51ee6449c86d016c14c5f65a71281e7bcef5feecac6a3293" }, "downloads": -1, "filename": "certbot-0.8.0-py2-none-any.whl", "has_sig": true, "md5_digest": "7e96d8572d260dfc18a23b138e2e8a48", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 215652, "upload_time": "2016-06-02T21:18:52", "url": "https://files.pythonhosted.org/packages/0a/0f/7c43d694ce551a2d4bacb7392ad1cac17a615dea7ef50fc7b06d2a467fe7/certbot-0.8.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "23b2152ae1ae14dd5f5ece522e95bf97", "sha256": "3c3c70b484fb3243a166515adc81ae0401c5d687a2763c75b40df9d8241a4314" }, "downloads": -1, "filename": "certbot-0.8.0.tar.gz", "has_sig": true, "md5_digest": "23b2152ae1ae14dd5f5ece522e95bf97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 203526, "upload_time": "2016-06-02T21:19:14", "url": "https://files.pythonhosted.org/packages/da/b8/fa6d7f0f8c0d37944ca4a1940b1e933fc6673498995a45db03c034bb11dd/certbot-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "0f32ac426200b0d32d59982c6e031447", "sha256": "89805d9f70249ae859ec4d7a99c00b4bb7083ca90cd12d4d202b76dfc284f7c5" }, "downloads": -1, "filename": "certbot-0.8.1-py2-none-any.whl", "has_sig": true, "md5_digest": "0f32ac426200b0d32d59982c6e031447", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 217198, "upload_time": "2016-06-15T01:15:28", "url": "https://files.pythonhosted.org/packages/60/d1/fea094b8112b4e07ca85ba7fab3e4462029c36ee510e79c2b6e11a6cdbac/certbot-0.8.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "df6d44d2144939810093283179baa899", "sha256": "6ca8df3d310ced6687d38aac17c0fb8c1b2ec7a3bea156a254e4cc2a1c132771" }, "downloads": -1, "filename": "certbot-0.8.1.tar.gz", "has_sig": true, "md5_digest": "df6d44d2144939810093283179baa899", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 204649, "upload_time": "2016-06-15T01:17:08", "url": "https://files.pythonhosted.org/packages/a2/3b/4756e6a0ceb14e084042a2a65c615d68d25621c6fd446d0fc10d14c4ce7d/certbot-0.8.1.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "cc212bcdf91698b693577bcb15fb8462", "sha256": "08652503bb94f0863c2c2d53d37fc48966b080a70f578f980b05eee11bea7eaf" }, "downloads": -1, "filename": "certbot-0.9.0-py2-none-any.whl", "has_sig": true, "md5_digest": "cc212bcdf91698b693577bcb15fb8462", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 224852, "upload_time": "2016-10-05T16:56:01", "url": "https://files.pythonhosted.org/packages/da/26/36a19b7698159e80a83ee4b1898869df87ad8fce7414bda1f35477d24a06/certbot-0.9.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "55ef0b49b7f7733f067918194de25b08", "sha256": "8dd4d3e2de2b2392fd8f41e73434dae737653bc41a54ce4a273768519a5ab61e" }, "downloads": -1, "filename": "certbot-0.9.0.tar.gz", "has_sig": true, "md5_digest": "55ef0b49b7f7733f067918194de25b08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 222279, "upload_time": "2016-10-05T16:56:22", "url": "https://files.pythonhosted.org/packages/5f/b9/d78df09162f5f06b764624392f7768a0c77bc2ef71fce06d37599e139d58/certbot-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "f764fb3f68962f872d35c10b8ff6b9a8", "sha256": "88237a4f6d337d40185a644407f9c7adb6eab87c43b8bf56c1edc02ce82a9d81" }, "downloads": -1, "filename": "certbot-0.9.1-py2-none-any.whl", "has_sig": true, "md5_digest": "f764fb3f68962f872d35c10b8ff6b9a8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 225224, "upload_time": "2016-10-06T22:42:19", "url": "https://files.pythonhosted.org/packages/7f/a3/0a6adae30d9149fee802303f6c4cd75abd050684275898dd58a6dbe6d088/certbot-0.9.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2442a8c09da8f61feca31a8a235f751", "sha256": "180354a3e95610ff8ba7f344011f2fcba1186d8efb7b25867266f47048e1e2f7" }, "downloads": -1, "filename": "certbot-0.9.1.tar.gz", "has_sig": true, "md5_digest": "b2442a8c09da8f61feca31a8a235f751", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 222776, "upload_time": "2016-10-06T22:42:31", "url": "https://files.pythonhosted.org/packages/e7/34/775db463575fe6e2d6c1d085704b966eb52102048e8feae332c6812f25ee/certbot-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "8259c61fcd6bdae0b8e3c7c75b75c29a", "sha256": "ea096d3eb208798c04a3172fc8025fd4e4203940eac3d765c13546adc10ca28f" }, "downloads": -1, "filename": "certbot-0.9.2-py2-none-any.whl", "has_sig": true, "md5_digest": "8259c61fcd6bdae0b8e3c7c75b75c29a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 219575, "upload_time": "2016-10-13T00:01:14", "url": "https://files.pythonhosted.org/packages/79/ad/86e1c3b005f42ff45ed76d0b19b44533faacc2524e1b413e53b5b6bf8016/certbot-0.9.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a4601e0d82ae3997fca079c971b7be4c", "sha256": "b2576bfe1295b2daab3d589ab9fcbd4d7a6928e85cea31a5e6b008e4d9a16869" }, "downloads": -1, "filename": "certbot-0.9.2.tar.gz", "has_sig": true, "md5_digest": "a4601e0d82ae3997fca079c971b7be4c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219863, "upload_time": "2016-10-13T00:01:25", "url": "https://files.pythonhosted.org/packages/4c/a1/4c103579b35963c8640a4966ec99cc12161e3f9fe2d40fdebf250aa0d583/certbot-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "9631d495911ebc607efb260d4271aaf9", "sha256": "a87ef4c53c018df4e52ee2f2e906ad16bbb37789f29e6f284c495a2eb4d9b243" }, "downloads": -1, "filename": "certbot-0.9.3-py2-none-any.whl", "has_sig": true, "md5_digest": "9631d495911ebc607efb260d4271aaf9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 219581, "upload_time": "2016-10-14T02:03:52", "url": "https://files.pythonhosted.org/packages/3a/27/f5f951087a80929012571aaff69e5ffc1e6f42a557ddb086500ff2705ac6/certbot-0.9.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "df58b67f37d3c4ef5126de4ed45c1cea", "sha256": "68149cb8392b29f5d5246e7226d25f913f2b10482bf3bc7368e8c8821d25f3b0" }, "downloads": -1, "filename": "certbot-0.9.3.tar.gz", "has_sig": true, "md5_digest": "df58b67f37d3c4ef5126de4ed45c1cea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219893, "upload_time": "2016-10-14T02:04:04", "url": "https://files.pythonhosted.org/packages/23/65/4605f0d31ce6fa5bd16a163ece617fb98d619584e1aea2fdef2c15baa69d/certbot-0.9.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e66e5fa73ca67e5e7ba8a59b916d3edb", "sha256": "f1a70651a6c5137a448f4a8db17b09af619f80a077326caae6b74278bf1db488" }, "downloads": -1, "filename": "certbot-0.39.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "e66e5fa73ca67e5e7ba8a59b916d3edb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 343448, "upload_time": "2019-10-01T20:22:54", "url": "https://files.pythonhosted.org/packages/0c/de/51b3ced72263fc2be0b5e13c216f08b618099e05bcf0f537a772383b1cbe/certbot-0.39.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a19758a39301f4c65acaab6693e2e95e", "sha256": "885cee1c4d05888af86b626cbbfc29d3c6c842ef4fe8f4a486994cef9daddfe0" }, "downloads": -1, "filename": "certbot-0.39.0.tar.gz", "has_sig": true, "md5_digest": "a19758a39301f4c65acaab6693e2e95e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 360354, "upload_time": "2019-10-01T20:23:34", "url": "https://files.pythonhosted.org/packages/fd/55/0121ec978989c5f64b9358ef93b89771db3167a375b0f171abfd2610744b/certbot-0.39.0.tar.gz" } ] }