{ "info": { "author": "Breland Miley", "author_email": "breland@bdawg.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Plugins", "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.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Security", "Topic :: System :: Installation/Setup", "Topic :: System :: Networking", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "## Route53 plugin for Let's Encrypt client\n\n\n### Before you start\n\nIt's expected that the root hosted zone for the domain in question already exists in your account.\n\n### Setup\n\n1. Create a virtual environment\n\n2. Make sure you have libssl-dev (or your regional equivalent) installed.\n\n3. Install by adding these to your requirements.txt file:\n\n```\n--no-binary pycparser\n-e git+https://github.com/certbot/certbot.git#egg=certbot\n-e git+https://github.com/certbot/certbot.git#egg=acme&subdirectory=acme\nhpeixoto-letsencrypt-route53\n```\n\nWe need DNS01 support in certbot, which is only available in master for now.\nAdditionally, pycparser suffers from\nhttps://github.com/eliben/pycparser/issues/148, which is why we need to\nrecompile it, which depends on `libssl-dev`.\n\n### How to use it\n\nMake sure you have access to AWS's Route53 service, either through IAM roles or\nvia `.aws/credentials`.\n\nTo generate a certificate:\n```\nletsencrypt certonly \\\n -n --agree-tos --email DEVOPS@COMPANY.COM \\\n -a hpeixoto-letsencrypt-route53:auth \\\n -d MY.DOMAIN.NAME\n```\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lifeonmarspt/letsencrypt-route53", "keywords": "letsencrypt,route53,aws", "license": "Apache2.0", "maintainer": null, "maintainer_email": null, "name": "hpeixoto-letsencrypt-route53", "package_url": "https://pypi.org/project/hpeixoto-letsencrypt-route53/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hpeixoto-letsencrypt-route53/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lifeonmarspt/letsencrypt-route53" }, "release_url": "https://pypi.org/project/hpeixoto-letsencrypt-route53/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "Route53 plugin for Let's Encrypt client", "version": "0.1.4" }, "last_serial": 2378243, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "d9f74ad7c098c09a5bb266c2eae32f36", "sha256": "ccf50c8aa60eb9f1b5a72126c1386d224191cd78497925852076db15b15cfb6f" }, "downloads": -1, "filename": "hpeixoto-letsencrypt-route53-0.1.3.tar.gz", "has_sig": false, "md5_digest": "d9f74ad7c098c09a5bb266c2eae32f36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3370, "upload_time": "2016-10-03T14:29:41", "url": "https://files.pythonhosted.org/packages/71/60/cfb3b69a98b7ab017ec8adca552dff5579b8f3ea4d7512cdb3449486e5da/hpeixoto-letsencrypt-route53-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "025af76bc1cf5ff301e6a156efd1be09", "sha256": "62a77682efc825098deca9441f5e3bf4c5e31380e7e7d9f9441c665da57d9003" }, "downloads": -1, "filename": "hpeixoto-letsencrypt-route53-0.1.4.tar.gz", "has_sig": false, "md5_digest": "025af76bc1cf5ff301e6a156efd1be09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3676, "upload_time": "2016-10-03T19:10:04", "url": "https://files.pythonhosted.org/packages/d6/3e/8146b84a26c26673986d86d6898262b8745ec7f05652ee7328c9be122644/hpeixoto-letsencrypt-route53-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "025af76bc1cf5ff301e6a156efd1be09", "sha256": "62a77682efc825098deca9441f5e3bf4c5e31380e7e7d9f9441c665da57d9003" }, "downloads": -1, "filename": "hpeixoto-letsencrypt-route53-0.1.4.tar.gz", "has_sig": false, "md5_digest": "025af76bc1cf5ff301e6a156efd1be09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3676, "upload_time": "2016-10-03T19:10:04", "url": "https://files.pythonhosted.org/packages/d6/3e/8146b84a26c26673986d86d6898262b8745ec7f05652ee7328c9be122644/hpeixoto-letsencrypt-route53-0.1.4.tar.gz" } ] }