mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-22 18:29:19 +02:00
Traefik config & gerbil config working?
This commit is contained in:
parent
f7b82f0a7a
commit
6600de7320
5 changed files with 12 additions and 13 deletions
|
@ -120,6 +120,8 @@ export class TraefikConfigManager {
|
|||
const validCertificates =
|
||||
await this.getValidCertificatesForDomains(domains);
|
||||
|
||||
// logger.debug(`Valid certs array: ${JSON.stringify(validCertificates)}`);
|
||||
|
||||
// Download and decrypt new certificates
|
||||
await this.processValidCertificates(validCertificates);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue