This commit is contained in:
AJ ONeal 2015-12-12 07:21:17 +00:00
parent f818b79c7a
commit 82b10eda4c
4 ha cambiato i file con 3 aggiunte e 0 eliminazioni

Vedi File

@ -7,4 +7,7 @@ module.exports = {
, tlsSni01Port: 5001 , tlsSni01Port: 5001
, http01Port: 80 , http01Port: 80
, webrootPath: path.join(__dirname, "acme-challenge") , webrootPath: path.join(__dirname, "acme-challenge")
, configDir: path.join(__dirname, "letsencrypt.config")
, workDir: path.join(__dirname, "letsencrypt.work")
, logDir: path.join(__dirname, "letsencrypt.log")
}; };

Vedi File

Vedi File

Vedi File