https://github.com/cohalz/certupdater
Lambda implementation for automatically getting and uploading to S3 for Let's Encrypt certificates.
https://github.com/cohalz/certupdater
certbot certificate lambda letsencrypt python python3 sam serverless
Last synced: 28 days ago
JSON representation
Lambda implementation for automatically getting and uploading to S3 for Let's Encrypt certificates.
- Host: GitHub
- URL: https://github.com/cohalz/certupdater
- Owner: cohalz
- License: apache-2.0
- Created: 2018-10-06T06:42:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T03:16:14.000Z (about 3 years ago)
- Last Synced: 2025-05-08T22:09:44.577Z (11 months ago)
- Topics: certbot, certificate, lambda, letsencrypt, python, python3, sam, serverless
- Language: Python
- Size: 119 KB
- Stars: 34
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CertUpdater
Lambda implementation for automatically getting and uploading to S3 for Let's Encrypt certificates.
## Architecture

## To Use
### Build
`make build`
### Deploy
`make deploy AWS_PROFILE=default BUCKET_NAME=example-certupdater-artifacts`
### Delete Stack
`make delete`
### Local invoke
`make invoke`
## Presentations (Japanese)
- [Let's Encrypt 証明書の自動更新システムを作る](http://developer.hatenastaff.com/entry/2018/12/11/133000)
## Author
[cohalz](https://github.com/cohalz)