Skip to content

kalekseev/acme-serverless-client

Repository files navigation

ACME Serverless Client

Currently supports only AWS S3 as certificate storage (experimental support for AWS ACM).

Install with pip install https://github.com/kalekseev/acme-serverless-client/archive/master.tar.gz, replace master with commit hash to pin.

Example lambda

example/index.py contains example lambda function that accepts input like: {"action": "issue", "domain": "example.com"}. To build zip archive for deployment run make lambda.zip inside example dir.

Development

For testing these binaries must be available in PATH:

Run tests with PEBBLE_VA_NOSLEEP=1 py.test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published