{"id":16679017,"url":"https://github.com/dcoles/acme-linode-objectstorage","last_synced_at":"2025-03-17T00:32:27.817Z","repository":{"id":40649899,"uuid":"330880426","full_name":"dcoles/acme-linode-objectstorage","owner":"dcoles","description":"ACME (\"Let's Encrypt\") client for Linode Object Storage","archived":false,"fork":false,"pushed_at":"2024-06-17T06:34:55.000Z","size":26,"stargazers_count":25,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-13T13:32:38.083Z","etag":null,"topics":["acme-client","lets-encrypt","linode","object-storage"],"latest_commit_sha":null,"homepage":"","language":"Python","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/dcoles.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}},"created_at":"2021-01-19T06:03:20.000Z","updated_at":"2024-10-11T18:13:12.000Z","dependencies_parsed_at":"2024-03-11T08:28:08.773Z","dependency_job_id":"b99e27d0-5994-4c9b-8058-43603a069365","html_url":"https://github.com/dcoles/acme-linode-objectstorage","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/dcoles%2Facme-linode-objectstorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Facme-linode-objectstorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Facme-linode-objectstorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcoles%2Facme-linode-objectstorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcoles","download_url":"https://codeload.github.com/dcoles/acme-linode-objectstorage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221669352,"owners_count":16860855,"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-client","lets-encrypt","linode","object-storage"],"created_at":"2024-10-12T13:32:37.907Z","updated_at":"2024-10-27T11:35:27.201Z","avatar_url":"https://github.com/dcoles.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ACME (\"Let's Encrypt\") client for Linode Object Storage\n\nAutomatically provision a [Linode Object Storage](https://www.linode.com/products/object-storage/) bucket\nwith a [Let's Encrypt](https://letsencrypt.org/) certificate.\n\n## Requirements\n\nRequires [Python 3.8+](https://www.python.org) with [Cryptography](https://github.com/pyca/cryptography)\nand [Requests](https://github.com/psf/requests).\n\n```\npip install cryptography requests\n```\n\n## Installing\n\nThe easiest way to install is using [`pip`](https://docs.python.org/3/installing/):\n\n```\npip install --user git+https://github.com/dcoles/acme-linode-objectstorage.git\n```\n\nAlternatively clone this repository and run `python3 setup.py install --user`.\n\n## Usage\n\nThis assumes you have already [created an Object Storage Bucket](https://www.linode.com/docs/guides/enable-ssl-for-object-storage/#create-an-object-storage-bucket)\nfor a domain (e.g. `my.bucket.domain`) and [configured a DNS](https://www.linode.com/docs/guides/enable-ssl-for-object-storage/#configure-dns)\nto point to the bucket.\n\nThe bucket name and DNS name **must** be identical.\n\n1. Generate Let's Encrypt account key:\n\n    ```bash\n    openssl genrsa 4096 \u003e account_key.pem\n    ```\n\n2. Create a Linode API [Personal Access Token](https://cloud.linode.com/profile/tokens)\nwith Read/Write permission to Object Storage.\n\n3. Provision a certificate for this bucket:\n\n    ```bash\n    export LINODE_TOKEN=...\n    python3 -m acme_linode_objectstorage -k account_key.pem my.bucket.domain\n    ```\n\n    If this is the first time running the script, you will also need to include the\n    `--agree-to-terms-of-service` flag to indicate agreement with the\n    [Let's Encrypt Terms of Service](https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf).\n\n\nCertificates are typically valid for 90-days. This script should be re-run approximately\n30-days prior to certificate expiration.\n\n# License\n\nLicenced under the MIT License. See [LICENSE](LICENSE) for details.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoles%2Facme-linode-objectstorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcoles%2Facme-linode-objectstorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcoles%2Facme-linode-objectstorage/lists"}