Skip to content

4Ex4B/certbot-dns-ionos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certbot DNS Challenge for IONOS

inspired by devlix.de create Let’s Encrypt wildcard certificates with IONOS DNS API

How to use

  1. copy the .env.dist template
$ cp .env.dist .env
  1. insert your API Key pair from IONOS and your target domain in the .env file
API_KEY=<publicprefix>.<secret>
DOMAIN=<your.domain>
  1. build the image
$ make build
  1. run a dry-run to make sure, everything is working properly
$ make dry-run
  1. create the certificates
$ make run

after that your certificates are available under ./certs/live/<your.domain>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages