mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-08 22:12:44 +00:00
Added dnsapi support for IBM Bluemix (formerly SoftLayer)
This commit is contained in:
parent
bf82eafc13
commit
531a4f1797
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user