{"id":18733311,"url":"https://github.com/autom8ter/acme","last_synced_at":"2025-11-14T02:30:15.562Z","repository":{"id":140621215,"uuid":"182482599","full_name":"autom8ter/acme","owner":"autom8ter","description":"a golang acme auto-cert manager","archived":false,"fork":false,"pushed_at":"2019-04-21T03:00:44.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T15:47:32.785Z","etag":null,"topics":["acme","colemanword","golang","https","tls"],"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/autom8ter.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":"2019-04-21T02:57:55.000Z","updated_at":"2019-04-21T03:38:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"5806da61-58e8-4d89-8133-b100564f7d11","html_url":"https://github.com/autom8ter/acme","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/autom8ter%2Facme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autom8ter%2Facme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autom8ter%2Facme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autom8ter%2Facme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autom8ter","download_url":"https://codeload.github.com/autom8ter/acme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239605124,"owners_count":19666998,"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":["acme","colemanword","golang","https","tls"],"created_at":"2024-11-07T15:09:19.942Z","updated_at":"2025-11-14T02:30:15.513Z","avatar_url":"https://github.com/autom8ter.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# acme\n--\n    import \"github.com/autom8ter/acme\"\n\n\n## Usage\n\n#### type Config\n\n```go\ntype Config struct {\n\t// Server is the ACME server to use\n\tServer string\n\n\t// Email is the account owner's email\n\tEmail string\n\n\t// TOS is an array containing the URLs for accepted Terms of Service\n\tTOS []string\n\n\t// DataPath is the path where files (registration, registration private key,\n\t// cert, and cert key) should be stored.\n\t//\n\t// All files are stored under \u003cDataPath\u003e/autocert.\n\tDataPath string\n\n\t// Domains are the domains for which should be added to provisioned\n\t// certificates.  The certificate and private key files contain\n\t// a hash of this collection so that new certificates are provisioned\n\t// if the list of domains changes.\n\tDomains []string\n}\n```\n\nConfig contains the variables required for autocert\n\n#### func (Config) Manager\n\n```go\nfunc (c Config) Manager() (*autocert.Manager, error)\n```\nManager returns an *autocert.Manager for this Config for automatic https\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautom8ter%2Facme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautom8ter%2Facme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautom8ter%2Facme/lists"}