mirror of https://github.com/certd/certd
chore:
parent
c446e24f1a
commit
2b224c712f
|
@ -311,7 +311,7 @@ export class AcmeService {
|
||||||
|
|
||||||
private async testDirectory(directoryUrl: string) {
|
private async testDirectory(directoryUrl: string) {
|
||||||
try {
|
try {
|
||||||
await utils.http({
|
await utils.http.request({
|
||||||
url: directoryUrl,
|
url: directoryUrl,
|
||||||
method: "GET",
|
method: "GET",
|
||||||
timeout: 10000,
|
timeout: 10000,
|
||||||
|
|
Loading…
Reference in New Issue