Skip to content

0xMAYANK/certsviaroute53

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Certbot with Route53 plugin

Description

This repo provides certbot with route53 plugin installed, issues TLS certificates seamlessly.

How to use it

Make sure you have access to AWS's Route53 service, either through IAM roles or via .aws/credentials.

To run this container with aws credentials on proper mounts:

docker run -it --rm \
    -v '/HOME_DIR/.aws:/root/.aws:ro' \
    -v '/HOME_DIR/etc_letsencrypt:/etc/letsencrypt' \
    -v "/HOME_DIR/var_lib_letsencrypt:/var/lib/letsencrypt" \
    mavfav/certsviaroute53:latest

Default entrypoint is bash shell, once in run this to generate a certificate:

certbot certonly \
  -n --agree-tos \
  --email team.rocket@example.com \
  --dns-route53 \
  -d x.supersecure.example.com

About

Use certbot-dns-route53 plugin to issue TLS certs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published