mirror of
https://git.coolaj86.com/coolaj86/acme-dns-01-test.js.git
synced 2025-04-20 06:00:38 +00:00
typo fix http-01 => dns-01
This commit is contained in:
parent
fa912800b4
commit
d3f958df98
@ -107,7 +107,7 @@ Here's a quick pseudo stub-out of what a test-passing plugin object might look l
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
tester
|
tester
|
||||||
.test('http-01', 'example.com', {
|
.test('dns-01', 'example.com', {
|
||||||
|
|
||||||
set: function(opts) {
|
set: function(opts) {
|
||||||
var ch = opts.challenge;
|
var ch = opts.challenge;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user