{"id":17654764,"url":"https://github.com/stefanprodan/openfaas-certinfo","last_synced_at":"2025-08-11T06:41:21.093Z","repository":{"id":72481826,"uuid":"112450634","full_name":"stefanprodan/openfaas-certinfo","owner":"stefanprodan","description":"OpenFaaS function that returns SSL/TLS certificate information for a given URL","archived":false,"fork":false,"pushed_at":"2020-09-21T12:10:27.000Z","size":33,"stargazers_count":12,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T00:55:19.504Z","etag":null,"topics":["openfaas"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/stefanprodan.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":"2017-11-29T08:53:13.000Z","updated_at":"2024-06-19T06:44:47.958Z","dependencies_parsed_at":"2023-03-11T13:22:38.982Z","dependency_job_id":null,"html_url":"https://github.com/stefanprodan/openfaas-certinfo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanprodan%2Fopenfaas-certinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanprodan%2Fopenfaas-certinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanprodan%2Fopenfaas-certinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanprodan%2Fopenfaas-certinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanprodan","download_url":"https://codeload.github.com/stefanprodan/openfaas-certinfo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252852540,"owners_count":21814375,"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":["openfaas"],"created_at":"2024-10-23T12:39:12.709Z","updated_at":"2025-05-07T09:42:10.251Z","avatar_url":"https://github.com/stefanprodan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openfaas-certinfo\n\n[![Build Status](https://travis-ci.org/stefanprodan/openfaas-certinfo.svg?branch=master)](https://travis-ci.org/stefanprodan/openfaas-certinfo)\n\nOpenFaaS function that returns SSL/TLS certificate information for a given URL\n\n### Usage\n\nDeploy:\n\n```bash\n$ faas-cli deploy -f ./certinfo.yml --gateway=http://\u003cGATEWAY-IP\u003e \n```\n\nInvoke:\n\n```bash\n$ echo -n \"www.openfaas.com\" | faas-cli invoke certinfo --gateway=\u003cGATEWAY-IP\u003e\n\nHost 147.75.74.69\nPort 443\nIssuer Let's Encrypt Authority X3\nCommonName www.openfaas.com\nNotBefore 2017-10-06 23:54:56 +0000 UTC\nNotAfter 2018-01-04 23:54:56 +0000 UTC\nSANs [www.openfaas.com]\n```\n\nLocal build:\n\n```bash\n$ git clone https://github.com/stefanprodan/openfaas-certinfo\n$ cd openfaas-certinfo\n$ faas-cli build -f ./certinfo.yml\n```\n\nTest local build:\n\n```bash\n$ docker run -dp 8080:8080 --name certinfo stefanprodan/certinfo\n$ curl -d \"cli.openfaas.com\" localhost:8080\n\nHost 147.75.74.69\nPort 443\nIssuer Let's Encrypt Authority X3\nCommonName cli.openfaas.com\nNotBefore 2017-10-07 11:55:06 +0000 UTC\nNotAfter 2018-01-05 11:55:06 +0000 UTC\nSANs [cli.openfaas.com]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanprodan%2Fopenfaas-certinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanprodan%2Fopenfaas-certinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanprodan%2Fopenfaas-certinfo/lists"}