{"id":23459991,"url":"https://github.com/ignpelloz/cert_read","last_synced_at":"2025-08-22T22:34:56.786Z","repository":{"id":189364869,"uuid":"556194958","full_name":"ignpelloz/cert_read","owner":"ignpelloz","description":"Reads the SSL certificate from a URL and displays its attributes.","archived":false,"fork":false,"pushed_at":"2022-10-24T16:42:17.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T23:48:02.788Z","etag":null,"topics":["openssl","ssl-certificates"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ignpelloz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-10-23T09:31:09.000Z","updated_at":"2022-10-25T07:38:44.000Z","dependencies_parsed_at":"2023-08-19T17:23:38.281Z","dependency_job_id":null,"html_url":"https://github.com/ignpelloz/cert_read","commit_stats":null,"previous_names":["ignpelloz/cert_read"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignpelloz%2Fcert_read","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignpelloz%2Fcert_read/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignpelloz%2Fcert_read/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignpelloz%2Fcert_read/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignpelloz","download_url":"https://codeload.github.com/ignpelloz/cert_read/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497890,"owners_count":21113983,"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":["openssl","ssl-certificates"],"created_at":"2024-12-24T06:27:08.671Z","updated_at":"2025-04-11T23:48:05.764Z","avatar_url":"https://github.com/ignpelloz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cert_read\n\nReads the SSL certificate from a freely selectable URL and cleanly outputs its attributes. It makes use of [OpenSSL](https://www.openssl.org/).\n\n## Usage:\n\n```bash\ngit clone https://github.com/ignpelloz/cert_read\ncd cert_read\nbash cert_read.sh --url URL_HERE\n```\n\n### Docker\n\nIt can also be run using Docker:\n\n```bash\ngit clone https://github.com/ignpelloz/cert_read\nsudo docker build -t cert_read_img cert_read/\nsudo docker run cert_read_img --url URL_HERE\n```\n\n## Options\n\n| Option        | Required | Explanation                                                                           |\n|---------------|----------|---------------------------------------------------------------------------------------|\n| `--url \u003curl\u003e` | Yes      | URL from where the certificate should be taken.                                       |\n| `--full`      | No       | When used, the tool will show the full list of details obtained by `openssl`.         |\n| `--fullWCert` | No       | Like `--full` but shows the certificate too.                                          |\n| `--onlyCert`  | No       | Displays only the encoded certificate.                                                |\n| `--json`      | No       | Prints the details in JSON (i.e [jq](https://stedolan.github.io/jq/)-ready sintax).   |\n\n**Note:** the certificate chain is not shown by default, only when the options `--full` or `--fullWCert` are used. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignpelloz%2Fcert_read","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignpelloz%2Fcert_read","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignpelloz%2Fcert_read/lists"}