{"id":13680803,"url":"https://github.com/jandd/python-pkiutils","last_synced_at":"2026-01-10T23:54:10.646Z","repository":{"id":48300538,"uuid":"16050360","full_name":"jandd/python-pkiutils","owner":"jandd","description":"Pure Python Public Key Infrastructure Utilities","archived":false,"fork":false,"pushed_at":"2021-08-02T16:25:17.000Z","size":23,"stargazers_count":18,"open_issues_count":2,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-22T16:51:56.957Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jandd.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-19T17:18:01.000Z","updated_at":"2022-08-11T23:47:51.000Z","dependencies_parsed_at":"2022-08-29T10:41:42.108Z","dependency_job_id":null,"html_url":"https://github.com/jandd/python-pkiutils","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jandd%2Fpython-pkiutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jandd%2Fpython-pkiutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jandd%2Fpython-pkiutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jandd%2Fpython-pkiutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jandd","download_url":"https://codeload.github.com/jandd/python-pkiutils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251607410,"owners_count":21616753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T13:01:22.166Z","updated_at":"2025-04-30T00:30:50.629Z","avatar_url":"https://github.com/jandd.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"==============================================\npkiutils - Public Key Infrastructure Utilities\n==============================================\n\nThis is a set of pycrypto_ and pyasn1_ based tools to create, load and verify\npublic key infrastructure material like:\n\n* RSA keys\n* `PKCS#10`_ certificate signing requests\n\n.. * X.509 certificates\n.. * X.509 certificate bundles from files or directories\n\n.. _pycrypto: https://www.dlitz.net/software/pycrypto/\n.. _pyasn1: http://pyasn1.sourceforge.net/\n.. _PKCS#10: http://tools.ietf.org/html/rfc2986\n\nThis library can be used to produce RSA key pairs and corresponding certificate signing requests that can be used to request a new SSL certificate for your domain/server.\n\nInstallation Methods\n====================\n\n1. From source cloned from Github\n::\n    $python setup.py install\n\n2. Using pip or easy_install\n::\n    $pip install pkiutils\n\nExample Usage\n=============\n\nWhen you need a 3rd party SSL certificate you will be asked for a CSR\n(certificate signing request). The following commands will generate your\npersonal key and the CSR file required and output them to /root\n\n\n.. code-block:: python\n\n    import pkiutils\n    \n    key = pkiutils.create_rsa_key(2048, keyfile='/root/www.example.com.key')\n    pkiutils.create_csr(key,\n                        dn=\"/C=GB/ST=STATENAME/L=LOCAILITY/O=COMPANY/OU=DEPT/CN=www.example.com\",\n                        csrfilename='/root/www.example.com.csr')\n\nFrom here you would provide your certification authority the contents of '/root/www.example.com.csr'\n\nDocumentation\n=============\n\nPkiutils is documented using `Sphinx`_, you can read the documentation at\n`\u003chttp://python-pkiutils.readthedocs.org/\u003e`_.\n\n.. _Sphinx: http://sphinx-doc.org/\n\nLicense\n=======\n\nThe pkiutils package is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjandd%2Fpython-pkiutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjandd%2Fpython-pkiutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjandd%2Fpython-pkiutils/lists"}