{"id":16150179,"url":"https://github.com/lira/go-mtls","last_synced_at":"2025-04-06T22:26:44.631Z","repository":{"id":89644617,"uuid":"486233246","full_name":"lira/go-mtls","owner":"lira","description":"Applying tutorial mTLS with Go https://venilnoronha.io/a-step-by-step-guide-to-mtls-in-go","archived":false,"fork":false,"pushed_at":"2022-04-27T15:15:28.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T04:41:47.510Z","etag":null,"topics":["golang","mtls","ssl"],"latest_commit_sha":null,"homepage":"","language":"Go","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/lira.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-27T14:45:56.000Z","updated_at":"2022-04-27T15:16:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab7d5af8-aa9c-4865-9434-2b0657623a9d","html_url":"https://github.com/lira/go-mtls","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/lira%2Fgo-mtls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lira%2Fgo-mtls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lira%2Fgo-mtls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lira%2Fgo-mtls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lira","download_url":"https://codeload.github.com/lira/go-mtls/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247561007,"owners_count":20958629,"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":["golang","mtls","ssl"],"created_at":"2024-10-10T00:47:45.387Z","updated_at":"2025-04-06T22:26:44.606Z","avatar_url":"https://github.com/lira.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-mtls\n\n## Commands\n### Start server\n```shell\ngo run -v server.go\n```\n### Start client\n```shell\ngo run -v client.go\n```\n### Generate certificate\n```shell\nopenssl req -newkey rsa:2048 \\\n  -new -nodes -x509 \\\n  -days 3650 \\\n  -out cert.pem \\\n  -keyout key.pem \\\n  -subj \"/C=BR/ST=Sao Paulo/L=Sao Paulo/O=Your Organization/OU=Your Unit/CN=localhost\"\n  ```\n### Add Go Debug\n```shell\necho 'export GODEBUG=x509ignoreCN=0' \u003e\u003e ~/.zshrc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flira%2Fgo-mtls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flira%2Fgo-mtls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flira%2Fgo-mtls/lists"}