An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# CertUpdater

Lambda implementation for automatically getting and uploading to S3 for Let's Encrypt certificates.

## Architecture

![Overview](./docs/images/overview.png "Overview of 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)