Route53 plugin for certbot
Project description
## Route53 plugin for Let's Encrypt client
### Before you start
It's expected that the root hosted zone for the domain in question already exists in your account.
### Setup
1. Create a virtual environment
2. Make sure you have libssl-dev (or your regional equivalent) installed.
`pycparser` suffers from
https://github.com/eliben/pycparser/issues/148, which is why we need to
recompile it, which depends on `libssl-dev`.
3. Install by adding these to your requirements.txt file:
```
--no-binary pycparser
-e git+https://github.com/certbot/certbot.git#egg=certbot
-e git+https://github.com/certbot/certbot.git#egg=acme&subdirectory=acme
certbot-route53
```
We need DNS01 support in certbot, which is only available in master for now.
### How to use it
Make sure you have access to AWS's Route53 service, either through IAM roles or
via `.aws/credentials`.
To generate a certificate:
```
certbot certonly \
-n --agree-tos --email DEVOPS@COMPANY.COM \
-a certbot-route53:auth \
-d MY.DOMAIN.NAME
```
### Before you start
It's expected that the root hosted zone for the domain in question already exists in your account.
### Setup
1. Create a virtual environment
2. Make sure you have libssl-dev (or your regional equivalent) installed.
`pycparser` suffers from
https://github.com/eliben/pycparser/issues/148, which is why we need to
recompile it, which depends on `libssl-dev`.
3. Install by adding these to your requirements.txt file:
```
--no-binary pycparser
-e git+https://github.com/certbot/certbot.git#egg=certbot
-e git+https://github.com/certbot/certbot.git#egg=acme&subdirectory=acme
certbot-route53
```
We need DNS01 support in certbot, which is only available in master for now.
### How to use it
Make sure you have access to AWS's Route53 service, either through IAM roles or
via `.aws/credentials`.
To generate a certificate:
```
certbot certonly \
-n --agree-tos --email DEVOPS@COMPANY.COM \
-a certbot-route53:auth \
-d MY.DOMAIN.NAME
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
certbot-route53-0.1.5.tar.gz
(3.6 kB
view details)
File details
Details for the file certbot-route53-0.1.5.tar.gz.
File metadata
- Download URL: certbot-route53-0.1.5.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24623da6547b5e0826460d481f0a6cf646a115da44f5160fccaa7dfd3f0ed42d
|
|
| MD5 |
3da896e3af84ffa878fd1eed3bfea208
|
|
| BLAKE2b-256 |
3f467b55a1436c29ac723b37d5a2eb955b2d8d075c65019717539240d672943b
|