From 7113e1fa8238f80a0db420270f48654fb79a668e Mon Sep 17 00:00:00 2001 From: Luiz Gustavo Nascimento Date: Fri, 31 Mar 2017 19:40:32 +0000 Subject: [PATCH] Add dnsapi integration for IBM Bluemix (formerly SoftLayer) --- README.md | 1 + dnsapi/README.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 7a79bed4..c54f3c8a 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ You don't have to do anything manually! 1. DigitalOcean API (native) 1. ClouDNS.net API 1. Infoblox NIOS API (https://www.infoblox.com/) +1. IBM Bluemix API (formerly SoftLayer) **More APIs coming soon...** diff --git a/dnsapi/README.md b/dnsapi/README.md index 9eb77915..b2746d87 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -438,6 +438,20 @@ acme.sh --issue --dns dns_infoblox -d example.com -d www.example.com Note: This script will automatically create and delete the ephemeral txt record. The `Infoblox_Creds` and `Infoblox_Server` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. +## 23. Use IBM Bluemix API (formerly SoftLayer) + +First you need to create/obtain API credentials on your IBM Bluemix account. + +``` +export BLUEMIX_USER="" +export BLUEMIX_KEY="" +``` + +Ok, let's issue a cert now: +``` +acme.sh --issue --dns dns_bluemix -d example.com -d www.example.com +``` + # Use custom API If your API is not supported yet, you can write your own DNS API.