diff --git a/README.md b/README.md index b6a900c9..e408dfbf 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,6 @@ You don't have to do anything manually! 1. IBM Bluemix API (formerly SoftLayer) - And: 1. lexicon DNS API: https://github.com/Neilpang/acme.sh/wiki/How-to-use-lexicon-dns-api diff --git a/dnsapi/README.md b/dnsapi/README.md index 3c771ec9..2f506789 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -519,6 +519,7 @@ 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. diff --git a/dnsapi/dns_bluemix.sh b/dnsapi/dns_bluemix.sh index 50f4c6f9..bcec3213 100755 --- a/dnsapi/dns_bluemix.sh +++ b/dnsapi/dns_bluemix.sh @@ -6,7 +6,7 @@ # Based on sample from Neilpang # Report Bugs here: https://github.com/luizgn/acme.sh # -######## Public functions ##################### +#################### Public functions ################################## BLUEMIX_API_URL="https://${BLUEMIX_USER}:${BLUEMIX_KEY}@api.softlayer.com/rest/v3"