{ "info": { "author": "lipixun", "author_email": "lipixun@outlook.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# pyca\n\nA python implemented certificate authority lib & tools based on openssl\n\n## Features\n\n* Verify certificate\n* Generate root CA\n* Sign server certificate\n* Sign client certificate\n\n## Future features\n\n* Maintain certificate chain\n* Generate CRL (Certificate revocation lists)\n* Generate OCSP (Online Certificate Status Protocol)\n\n## Simple usage\n\nBefore generating / signing anything, you have to init the key / certificate database.\n\nThis is done by running command `python -m calib --base [The database path] init`\n\nPlease take care that any files or dirs will be removed in the database path. If the `--base` argument is not given, the current working directory will be used.\n\nAfter initialized the database, you have to generate a root certificate by command `python -m calib --base [The database path] createRootCert`\n\nPlease use `python -m calib --help` for more usage info.", "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/lipixun/pyca", "keywords": "python,ca,certificate,openssl", "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "calib", "package_url": "https://pypi.org/project/calib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/calib/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/lipixun/pyca" }, "release_url": "https://pypi.org/project/calib/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Certificate Authority Lib & Tools", "version": "0.1.1" }, "last_serial": 1766355, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c01b6508ef84269c4b790451fa2de322", "sha256": "9f80ade8866e0c18e68198a392c598ba283f7c74f875e658a584be6fd860e1d6" }, "downloads": -1, "filename": "calib-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c01b6508ef84269c4b790451fa2de322", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12595, "upload_time": "2015-10-13T14:13:57", "url": "https://files.pythonhosted.org/packages/72/53/977b9fb0bb830da89343cc7f3f1e7251e2dd5b9a84688b830012aecd2dc8/calib-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c01b6508ef84269c4b790451fa2de322", "sha256": "9f80ade8866e0c18e68198a392c598ba283f7c74f875e658a584be6fd860e1d6" }, "downloads": -1, "filename": "calib-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c01b6508ef84269c4b790451fa2de322", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12595, "upload_time": "2015-10-13T14:13:57", "url": "https://files.pythonhosted.org/packages/72/53/977b9fb0bb830da89343cc7f3f1e7251e2dd5b9a84688b830012aecd2dc8/calib-0.1.1.tar.gz" } ] }