{ "info": { "author": "Marky Egeb\u00e4ck", "author_email": "marky@egeback.se", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: Name Service (DNS)", "Topic :: System :: Systems Administration", "Topic :: Utilities" ], "description": "ANX DNS Authenticator for Certbot\n=================================\nThis allows automatic completion of `Certbot's `_\nDNS01 challange for domains managed on `Loopia `_ DNS.\n\nInstalling\n----------\n```\n $ pip install certbot-anx\n```\n \nUsage\n-----\nThe plugin requires a API key that is created here: http://dyn.anx.se/users/users.jsf?i=2\n\nTo use the authenticator you need to provide some required options:\n\n``--certbot-anx:credentials`` *(required)*\n ANX API credentials INI file. (default: None)\n\nThe credentials file must have the folling format:\n\n```\n certbot_anx:api_key = codegoeshere\n```\nFor safety reasons the file must not be world readable. You can solve this by\nrunning:\n\n```\n $ chmod 600 credentials.ini\n```\nThen you can run ``certbot`` using:\n\n```\n $ sudo certbot certonly \\\n --authenticator certbot-anx:auth \\\n --certbot-anx:auth-credentials credentials.ini \\\n -d domain.com\n```\nIf you want to obtain a wildcard certificate you can use the\n``--server https://acme-v02.api.letsencrypt.org/directory`` flag and the domain\n``-d *.domain.com``", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/egeback/pycertbot-anx", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "certbot-anx", "package_url": "https://pypi.org/project/certbot-anx/", "platform": "", "project_url": "https://pypi.org/project/certbot-anx/", "project_urls": { "Homepage": "https://github.com/egeback/pycertbot-anx" }, "release_url": "https://pypi.org/project/certbot-anx/0.1/", "requires_dist": null, "requires_python": "", "summary": "ANX DNS authentication plugin for Certbot", "version": "0.1" }, "last_serial": 5660161, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3d46a955e0dcda686d51114ac0938364", "sha256": "1cc28e28935fbe1fe71a539a7e1b7217b106d44a7c8e7d019357f11a5154659d" }, "downloads": -1, "filename": "certbot_anx-0.1.tar.gz", "has_sig": false, "md5_digest": "3d46a955e0dcda686d51114ac0938364", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3767, "upload_time": "2019-08-10T19:33:28", "url": "https://files.pythonhosted.org/packages/84/98/ff3662f005175f525fbf092d783cc716005a875a68166702a12f82a0d4be/certbot_anx-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3d46a955e0dcda686d51114ac0938364", "sha256": "1cc28e28935fbe1fe71a539a7e1b7217b106d44a7c8e7d019357f11a5154659d" }, "downloads": -1, "filename": "certbot_anx-0.1.tar.gz", "has_sig": false, "md5_digest": "3d46a955e0dcda686d51114ac0938364", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3767, "upload_time": "2019-08-10T19:33:28", "url": "https://files.pythonhosted.org/packages/84/98/ff3662f005175f525fbf092d783cc716005a875a68166702a12f82a0d4be/certbot_anx-0.1.tar.gz" } ] }