{"id":15547895,"url":"https://github.com/goenning/azcertcache","last_synced_at":"2026-05-18T10:08:03.325Z","repository":{"id":38297914,"uuid":"167617523","full_name":"goenning/azcertcache","owner":"goenning","description":"Azure Blob Storage cache strategy for Go acme/autocert","archived":false,"fork":false,"pushed_at":"2022-06-07T19:38:02.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T15:37:00.628Z","etag":null,"topics":["autocert","azure","azure-blob-storage","lets-encrypt"],"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/goenning.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":"2019-01-25T21:39:20.000Z","updated_at":"2022-06-07T19:38:05.000Z","dependencies_parsed_at":"2022-09-26T21:12:03.163Z","dependency_job_id":null,"html_url":"https://github.com/goenning/azcertcache","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/goenning/azcertcache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goenning%2Fazcertcache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goenning%2Fazcertcache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goenning%2Fazcertcache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goenning%2Fazcertcache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goenning","download_url":"https://codeload.github.com/goenning/azcertcache/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goenning%2Fazcertcache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33174091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["autocert","azure","azure-blob-storage","lets-encrypt"],"created_at":"2024-10-02T13:12:38.030Z","updated_at":"2026-05-18T10:08:03.283Z","avatar_url":"https://github.com/goenning.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/goenning/azcertcache?status.svg)](https://godoc.org/github.com/goenning/azcertcache) [![Go Report Card](https://goreportcard.com/badge/github.com/goenning/azcertcache)](https://goreportcard.com/report/github.com/goenning/azcertcache)\n\n# azcertcache\n\n[Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/) cache for [acme/autocert](https://godoc.org/golang.org/x/crypto/acme/autocert) written in Go.\n\n## Example\n\n```go\ncontainerName := \"autocertcache\"\ncache, err := azcertcache.New(\"\u003caccount name\u003e\", \"\u003caccount key\u003e\", containerName)\nif err != nil {\n  // Handle error\n}\n\nm := autocert.Manager{\n  Prompt:     autocert.AcceptTOS,\n  Cache:      cache,\n}\n\ns := \u0026http.Server{\n  Addr:      \":https\",\n  TLSConfig: \u0026tls.Config{GetCertificate: m.GetCertificate},\n}\n\ns.ListenAndServeTLS(\"\", \"\")\n```\n\n## Performance\n\nThis is just a reminder that autocert has an internal in-memory cache that is used before quering this long-term cache.\nSo you don't need to worry about your Azure Blob Storage instance being hit many times just to get the same certificate. It should only do once per process+key.\n\n## Thanks\n\nInspired by https://github.com/danilobuerger/autocert-s3-cache\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoenning%2Fazcertcache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoenning%2Fazcertcache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoenning%2Fazcertcache/lists"}