Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
2e3cb755
Commit
2e3cb755
authored
Jul 05, 2016
by
neil
Committed by
GitHub
Jul 05, 2016
Browse files
Merge pull request #234 from tgoodyear/patch-1
Update README.md to fix typo: scrypt -> script
parents
096d8992
3e99ffe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/README.md
View file @
2e3cb755
...
...
@@ -72,7 +72,7 @@ If your api is not supported yet, you can write your own dns api.
Let's assume you want to name it 'myapi',
1.
Create a bash script named
`~/.acme.sh/dns_myapi.sh`
,
2.
In the scr
y
pt, you must have a function named
`dns_myapi_add()`
. Which will be called by acme.sh to add dns records.
2.
In the scr
i
pt, you must have a function named
`dns_myapi_add()`
. Which will be called by acme.sh to add dns records.
3.
Then you can use your api to issue cert like:
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment