{ "info": { "author": "Patrick Hetu", "author_email": "patrick.hetu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Security :: Cryptography" ], "description": "python-trustico\n===============\n\nThis module is the an API and a command line\nfor ordering SSL certificates from Trustico.\n\n.. note:: \n The code is still a work in progress \n (i.e type2 products are not yet supported.)\n\nInstallation\n------------\n\nYou need to install the dependencies listed in the `requirements.txt` file.\n\nUsage\n-----\n\nBe sure to have unable the API in the web interface before\nto try to use it.\n\nTest the connexion::\n\n trustico -u trustico_user -p your_password -t\n\nGet the status of an order::\n\n trustico -u trustico_user -p your_password -s -o 1111-11-11111-1111111\n\nCreate a new certificate with a existing certificate request::\n\n trustico -u trustico_user -p your_password -A admin_address.json -T tech_address.json -O order.json -C domain.csr\n\nWhere **order.json** looks like::\n\n {\n \"product\" : \"rapidssl\",\n \"period\" : 12,\n \"approver\" : \"admin@example.com\",\n \"insurance\" : 0,\n \"servercount\" : 1,\n \"techusereseller\" : 1,\n \"novalidation\" : 0\n }\n\n\n**admin_address.json** looks like::\n\n {\n \"title\" : \"Ms\",\n \"firstname\" : \"Eliza\",\n \"lastname\" : \"Xample\",\n \"organisation\" : \"EXample\",\n \"role\" : \"WebSite Owner\",\n \"email\" : \"example@example.com\",\n \"phonecc\" : \"1\",\n \"phoneac\" : \"514\",\n \"phonen\" : \"9460234\",\n \"address1\" : \"1 High Street\",\n \"city\" : \"MyTown\",\n \"state\" : \"London\",\n \"postcode\" : \"SW1 4AA\",\n \"country\" : \"GB\"\n }\n\nand for **tech_address.json** (same things but no *role* field)::\n\n {\n \"title\" : \"Ms\",\n \"firstname\" : \"Eliza\",\n \"lastname\" : \"Xample\",\n \"organisation\" : \"EXample\",\n \"email\" : \"example@example.com\",\n \"phonecc\" : \"4\",\n \"phoneac\" : \"514\",\n \"phonen\" : \"9460234\",\n \"address1\" : \"1 High Street\",\n \"city\" : \"MyTown\",\n \"state\" : \"London\",\n \"postcode\" : \"SW1 4AA\",\n \"country\" : \"GB\"\n }\n\nType::\n\n trustico --help\n\nFor complet usage details.\n\nAPI\n---\n\nFor the complet API see the official documentation at:\n\n https://resellers.trustico.com/geodirect/admin/api-overview.php\n\nThe script is inspired by the perl version:\n\n http://cpansearch.perl.org/src/CLIFFORDJ/Net-Trustico-0.01/lib/Net/Trustico.pm", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://code.launchpad.net/~patrick-hetu/+junk/python-trustico", "keywords": null, "license": "GPL-3", "maintainer": null, "maintainer_email": null, "name": "python-trustico", "package_url": "https://pypi.org/project/python-trustico/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-trustico/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://code.launchpad.net/~patrick-hetu/+junk/python-trustico" }, "release_url": "https://pypi.org/project/python-trustico/0.2/", "requires_dist": null, "requires_python": null, "summary": "Trustico client", "version": "0.2" }, "last_serial": 798109, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "d1435290e738551256071e24d2c3dabd", "sha256": "92d6a67f42fb006f2d3380c00b9cb3fa7e9a0502a6a33bf26285d0c89a4f0ec9" }, "downloads": -1, "filename": "python-trustico-0.2.tar.gz", "has_sig": false, "md5_digest": "d1435290e738551256071e24d2c3dabd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6155, "upload_time": "2012-06-05T19:13:07", "url": "https://files.pythonhosted.org/packages/62/91/ffca938764785693256f7d119fa88732e39168dd0160634e7161024370c8/python-trustico-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d1435290e738551256071e24d2c3dabd", "sha256": "92d6a67f42fb006f2d3380c00b9cb3fa7e9a0502a6a33bf26285d0c89a4f0ec9" }, "downloads": -1, "filename": "python-trustico-0.2.tar.gz", "has_sig": false, "md5_digest": "d1435290e738551256071e24d2c3dabd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6155, "upload_time": "2012-06-05T19:13:07", "url": "https://files.pythonhosted.org/packages/62/91/ffca938764785693256f7d119fa88732e39168dd0160634e7161024370c8/python-trustico-0.2.tar.gz" } ] }