@ -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
@ -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.
@ -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"