{"id":37719112,"url":"https://github.com/rcoenmans/pkcsutil","last_synced_at":"2026-01-16T13:30:55.193Z","repository":{"id":51292397,"uuid":"139035814","full_name":"rcoenmans/pkcsutil","owner":"rcoenmans","description":"A simple PEM to PKCS12 conversion utility written in Python","archived":false,"fork":false,"pushed_at":"2021-05-17T11:57:10.000Z","size":9,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-01-29T23:14:26.053Z","etag":null,"topics":["cert","certificate","openssl","pem","pfx","pkcs12"],"latest_commit_sha":null,"homepage":"","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/rcoenmans.png","metadata":{"files":{"readme":"README.md","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":"2018-06-28T15:19:26.000Z","updated_at":"2023-04-12T07:00:29.000Z","dependencies_parsed_at":"2022-09-09T09:11:01.999Z","dependency_job_id":null,"html_url":"https://github.com/rcoenmans/pkcsutil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcoenmans/pkcsutil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcoenmans%2Fpkcsutil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcoenmans%2Fpkcsutil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcoenmans%2Fpkcsutil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcoenmans%2Fpkcsutil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcoenmans","download_url":"https://codeload.github.com/rcoenmans/pkcsutil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcoenmans%2Fpkcsutil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cert","certificate","openssl","pem","pfx","pkcs12"],"created_at":"2026-01-16T13:30:55.062Z","updated_at":"2026-01-16T13:30:55.177Z","avatar_url":"https://github.com/rcoenmans.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PEM to PKCS12 conversion utility \nA simple PEM to PKCS12 (PFX) conversion utility written in Python.\n\n## Usage\nYou can run `pkcsutil` from the command-line. Just provide the path/filename of the certificate file, private key (both PEM encoded) and the output file. You'll also need to provide the passphrase for the private key which will also be used to password-protect the output file (.pfx). \n```\n$ python pkcsutil.py --cert C:\\path\\to\\cert.pem \n                     --key C:\\path\\to\\key.pem \n                     --passphrase PassPhraseOfPrivateKey \n                     --out C:\\path\\to\\cert.pfx\n```\n\n## Testing\nIn order to run the tests you will need a valid private key and certificate file.\n```\npkcsutil\n|-- minica-key.pem\n|-- minica.pem\n|-- pkcsutil_test.py\n|-- pkcsutil.py\n\n$ python -m pytest pkcsutil_test.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcoenmans%2Fpkcsutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcoenmans%2Fpkcsutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcoenmans%2Fpkcsutil/lists"}