{ "info": { "author": "Oriol Fabregas", "author_email": "oriol.fabregas@payconiq.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python" ], "description": "============================\ncertbotlib\n============================\n\nA wrapper for Certbot CLI https://certbot.eff.org/docs/using.html#manual\n\nExecutes certbot on your OS with the given parameters and performs the\nrequests to Route53 to create the TXT record and validate back to Cerbot.\n\nIf validation is succeeded, Cerbot will issue the certificates and upload\nthem in Amazon Certificate Manager. If the certificate for the given domain\nalready exists, it will replace the certificates instead of creating a new\nARN (this is usually what you want).\n\nFor obvious reasons, certbot needs access to public DNS zones. At Payconiq,\nour DNS is held by Production account but one might need certificates on\nAcceptance as well. In this case, the library accepts a profile to\nindicate in which account your DNS records are. How to choose a profile is\ndocumented directly on AWS.\n\n+info: http://boto3.readthedocs.io/en/latest/guide/configuration.html#shared-credentials-file\n\n\n* Documentation: http://python.docs.payconiq.io/certbotlib\n\nFeatures\n--------\n\n* Create certificates from Let's Encrypt issuer based on DNS validation records\n* Creates TXT Record on Route53\n* Upload/Replace them to your ACM in your Amazon account\n\n\n\n\nHistory\n-------\n\n0.1 (11-09-2017)\n---------------------\n\n* First release\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/whoever/whatever", "keywords": "certbotlib", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "certbotlib", "package_url": "https://pypi.org/project/certbotlib/", "platform": "", "project_url": "https://pypi.org/project/certbotlib/", "project_urls": { "Homepage": "https://github.com/whoever/whatever" }, "release_url": "https://pypi.org/project/certbotlib/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A wrapper for Certbot CLI", "version": "0.1.0" }, "last_serial": 3230437, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "241de5ea15f5afebdd44ca31f7d16297", "sha256": "aae8b399c5ce10699726159f0878351b8da6b10973f0a243b8c43ee210cb3d84" }, "downloads": -1, "filename": "certbotlib-0.1.0-py2.7.egg", "has_sig": false, "md5_digest": "241de5ea15f5afebdd44ca31f7d16297", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 15693, "upload_time": "2017-10-06T13:24:28", "url": "https://files.pythonhosted.org/packages/44/41/1fd78a9f5b0236b32b54d9e6c050765717d173d9f60f4e37b0c57f689306/certbotlib-0.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1498314e121b682117489f69ce93dea8", "sha256": "659a03f1510165039ff8dbb9de44dcfd259dfa91f019b763e42fec649fe580df" }, "downloads": -1, "filename": "certbotlib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1498314e121b682117489f69ce93dea8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13722, "upload_time": "2017-10-06T13:24:25", "url": "https://files.pythonhosted.org/packages/b1/be/3af2273f8c3d1aeaad2f17282917596b7c647204a6ca134789d2982b33a8/certbotlib-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "241de5ea15f5afebdd44ca31f7d16297", "sha256": "aae8b399c5ce10699726159f0878351b8da6b10973f0a243b8c43ee210cb3d84" }, "downloads": -1, "filename": "certbotlib-0.1.0-py2.7.egg", "has_sig": false, "md5_digest": "241de5ea15f5afebdd44ca31f7d16297", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 15693, "upload_time": "2017-10-06T13:24:28", "url": "https://files.pythonhosted.org/packages/44/41/1fd78a9f5b0236b32b54d9e6c050765717d173d9f60f4e37b0c57f689306/certbotlib-0.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1498314e121b682117489f69ce93dea8", "sha256": "659a03f1510165039ff8dbb9de44dcfd259dfa91f019b763e42fec649fe580df" }, "downloads": -1, "filename": "certbotlib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1498314e121b682117489f69ce93dea8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13722, "upload_time": "2017-10-06T13:24:25", "url": "https://files.pythonhosted.org/packages/b1/be/3af2273f8c3d1aeaad2f17282917596b7c647204a6ca134789d2982b33a8/certbotlib-0.1.0.tar.gz" } ] }