{"id":15798231,"url":"https://github.com/codeasashu/heroku-acme","last_synced_at":"2025-10-06T18:22:55.502Z","repository":{"id":23500621,"uuid":"26866224","full_name":"codeasashu/heroku-acme","owner":"codeasashu","description":null,"archived":false,"fork":false,"pushed_at":"2014-11-04T02:35:50.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-05T00:40:53.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/codeasashu.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}},"created_at":"2014-11-19T14:57:12.000Z","updated_at":"2018-07-02T17:25:39.000Z","dependencies_parsed_at":"2022-08-22T01:30:39.194Z","dependency_job_id":null,"html_url":"https://github.com/codeasashu/heroku-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/codeasashu%2Fheroku-acme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasashu%2Fheroku-acme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasashu%2Fheroku-acme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeasashu%2Fheroku-acme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeasashu","download_url":"https://codeload.github.com/codeasashu/heroku-acme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531975,"owners_count":20792736,"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":[],"created_at":"2024-10-05T00:40:25.055Z","updated_at":"2025-10-06T18:22:50.467Z","avatar_url":"https://github.com/codeasashu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACME on heroku\n\nThis package uses the base ACME node.js package to instantiate an ACME server\nor client as a Heroku app.  This can be an easy way to get a certificate for\nyour app -- just run this module in client mode to get a certificate, then\ninstall your real app.\n\nThis package can act as an ACME client or server, depending on the heroku\nconfig variable ROLE.\n\n\n## Client Quickstart\n\n```\n\u003e cp $LETS_ENCRYPT/heroku-acme/* .\n\u003e npm install $LETS_ENCRYPT/node-acme\n\u003e npm install\n\u003e # Edit index.js to specify the app's domain and note CLIENT_PATH\n\u003e git add *\n\u003e git commit -am \"Getting a certificate...\"\n\u003e git push heroku master\n\u003e # Open https://domain/PATH\n```\n\nThe first request you send will start the process running.  It will take up to\nabout a minute, since in addition to the ACME protocol, it has to generate two\n2048-bit RSA key pairs.  (The JS crypto library used by the ACME client (forge)\nis not real speedy at key pair generation.)\n\n\n## Server Quickstart\n\n```\n\u003e cp $LETS_ENCRYPT/heroku-acme/* .\n\u003e npm install $LETS_ENCRYPT/node-acme\n\u003e npm install\n\u003e # Replace ca-cert.pem or ca-key.pem if you want a different key/cert\n\u003e heroku config:set ROLE=SERVER\n\u003e git add *\n\u003e git commit -am \"My ACME server!\"\n\u003e git push heroku master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeasashu%2Fheroku-acme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeasashu%2Fheroku-acme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeasashu%2Fheroku-acme/lists"}