ミラー元
https://git.coolaj86.com/coolaj86/acme-http-01-webroot.js.git
前回の同期 2025-05-11 11:46:32 +00:00
add comment
このコミットが含まれているのは:
コミット
d81be5b1f6
@ -14,6 +14,12 @@ module.exports.create = function(config) {
|
||||
throw Error('listing zones not implemented');
|
||||
},
|
||||
set: function(data) {
|
||||
var ch = data.challenge;
|
||||
if (!ch.dnsZone) {
|
||||
// zones() is not implemented for http-01 challenges,
|
||||
// but it is almost always implemented for dns-01 challenges
|
||||
throw new Error('No matching zone for ' + ch.dnsHost);
|
||||
}
|
||||
// console.info('Add TXT', data);
|
||||
throw Error('setting TXT not implemented');
|
||||
},
|
||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする