All Projects → hsmade → certbot-dns-transip

hsmade / certbot-dns-transip

Licence: other
Certbot plugin to authenticate using dns TXT records via Transip API

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to certbot-dns-transip

desec-certbot-hook
Use deSEC to obtain certificates with certbot DNS ownership verification.
Stars: ✭ 17 (-32%)
Mutual labels:  certbot
tipctl
The command line interface for the TransIP API
Stars: ✭ 14 (-44%)
Mutual labels:  transip
transip-api-php
PHP library for TransIP Rest API
Stars: ✭ 30 (+20%)
Mutual labels:  transip
certbot-he-hook
Certbot (Let's Encrypt) auth hook script for the Hurricane Electric DNS service
Stars: ✭ 50 (+100%)
Mutual labels:  certbot
gotransip
TransIP API client for Go
Stars: ✭ 25 (+0%)
Mutual labels:  transip
wat
WAT - Windows ACME Tool
Stars: ✭ 28 (+12%)
Mutual labels:  certbot
Certbot Route53
Helping create Let's Encrypt certificates for AWS Route53
Stars: ✭ 159 (+536%)
Mutual labels:  certbot
docker-nginx-certbot
Automatically create and renew website certificates for free using the Let's Encrypt certificate authority.
Stars: ✭ 367 (+1368%)
Mutual labels:  certbot
certbot-dns-acmedns
Certbot ACME-DNS DNS01 plugin for Certbot
Stars: ✭ 24 (-4%)
Mutual labels:  certbot
Bubbly
Better SSL in Nginx in 10 minutes. Configuration files and setup scripts for Certbot.
Stars: ✭ 217 (+768%)
Mutual labels:  certbot
certbot-dns-powerdns
PowerDNS DNS Authenticator plugin for Certbot
Stars: ✭ 22 (-12%)
Mutual labels:  certbot
flynn-certbot
A Certbot that you can run on your Flynn cluster
Stars: ✭ 22 (-12%)
Mutual labels:  certbot
transip-api
Python implementation for the TransIP API
Stars: ✭ 23 (-8%)
Mutual labels:  transip
txacme
Twisted client for the ACME (Automatic Certificate Management Environment) protocol
Stars: ✭ 42 (+68%)
Mutual labels:  certbot
certbot-dns-ovh
Certbot plugin to respond to DNS-01 challenges by updating the zone.
Stars: ✭ 20 (-20%)
Mutual labels:  certbot
Bubbly
Better SSL in Nginx in 10 minutes. Configuration files and setup scripts for Certbot.
Stars: ✭ 213 (+752%)
Mutual labels:  certbot
dehydrated-certificate-installers
Tools to install certificates which are created with dehydrated.
Stars: ✭ 38 (+52%)
Mutual labels:  transip
certbot-external-auth
Certbot external DNS, HTTP, TLSSNI domain validation plugin with JSON output and scriptable hooks, with Dehydrated compatibility
Stars: ✭ 95 (+280%)
Mutual labels:  certbot
example-static-website-docker-nginx-certbot
Example static website with Docker, Nginx and Certbot
Stars: ✭ 29 (+16%)
Mutual labels:  certbot
acme
Go client library implementation for ACME v2 (RFC8555)
Stars: ✭ 77 (+208%)
Mutual labels:  certbot

certbot-dns-transip

Documentation Status Build Status

Certbot plugin to authenticate using dns TXT records via Transip API

You can also run this directly from Docker, and get the certificates and keys written to disk for further processing.

For example the following command can be used. This assumes the transip.ini file and the keyfile are present in /tmp/letsencrypt.

docker run -ti -v `/tmp/letsencrypt`:/etc/letsencrypt \
    -w /etc/letsencrypt \
    hsmade/certbot-transip \
    certonly -n \
    -d 'your.domain.com' \
    -a dns-transip \
    --dns-transip-credentials /etc/letsencrypt/transip.ini \
    --dns-transip-propagation-seconds 240 \
    -m [email protected] \
    --agree-tos \
    --eff-email

The contents of transip.ini are as follows.

dns_transip_key_file = transip.key
dns_transip_username = my_user

Finally, the key file is an RSA private key

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].