{"id":25626763,"url":"https://github.com/mikepruett3/ps-certtools","last_synced_at":"2025-07-07T07:11:36.779Z","repository":{"id":278826532,"uuid":"849972164","full_name":"mikepruett3/ps-certtools","owner":"mikepruett3","description":"Custom PowerShell module for Certificate tools","archived":false,"fork":false,"pushed_at":"2025-04-04T04:57:01.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-28T22:51:49.252Z","etag":null,"topics":["certficate","certificates","openssl","powershell","powershell-module"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/mikepruett3.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-30T16:08:40.000Z","updated_at":"2025-04-04T04:57:04.000Z","dependencies_parsed_at":"2025-02-21T23:42:13.453Z","dependency_job_id":"c99ec5f7-0362-4f21-bc2e-9fa38e214f9b","html_url":"https://github.com/mikepruett3/ps-certtools","commit_stats":null,"previous_names":["mikepruett3/ps-certtools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikepruett3/ps-certtools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-certtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-certtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-certtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-certtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikepruett3","download_url":"https://codeload.github.com/mikepruett3/ps-certtools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikepruett3%2Fps-certtools/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264032306,"owners_count":23546808,"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":["certficate","certificates","openssl","powershell","powershell-module"],"created_at":"2025-02-22T16:58:12.183Z","updated_at":"2025-07-07T07:11:36.762Z","avatar_url":"https://github.com/mikepruett3.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerShell Certificate Tools (ps-certtools)\n\nModule create to include custom functions that work with Certificates. For use with other cmdlets and scripts.\n\n## Installation\n\nClone the repository into your **$Home\\Documents\\WindowsPowerShell\\Modules** folder (create the Modules folder if you dont have one already)\n\n```powershell\ncd $env:UserProfile\\Documents\\WindowsPowerShell\\Modules\\\ngit clone https://github.com/mikepruett3/ps-certtools.git\n```\n\nThen you can import the custom module into your running shell...\n\n```powershell\nImport-Module ps-certtools\n```\n\n## Usage\n\n### Convert-PFX2PEM\n\nUse this function to create the appropriate ASCII encoded Certificate files. This includes the following files:\n\n- A CA Certificate bundle file\n- A separate Public Certificate file\n- A separate DER-Encoded file\n- A separate Private Key file\n- A separate PEM-Encoded file\n\nExample\n\n```PowerShell\n\u003e Convert-PFX2PEM -Path \"c:\\example.pfx\" -Passphrase \"mypassword\"\n```\n\nWill result in the following files generated:\n\n- C:\\example.chain.cer\n- C:\\example.crt\n- C:\\example.der\n- C:\\example.key\n- C:\\example.pem\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikepruett3%2Fps-certtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikepruett3%2Fps-certtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikepruett3%2Fps-certtools/lists"}