mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-22 04:46:40 +00:00
Compare commits
1 Commits
1.12.0-s.0
...
1.12.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31b66cd911 |
@@ -378,7 +378,7 @@ export async function getTraefikConfig(
|
|||||||
(cert) => cert.queriedDomain === resource.fullDomain
|
(cert) => cert.queriedDomain === resource.fullDomain
|
||||||
);
|
);
|
||||||
if (!matchingCert) {
|
if (!matchingCert) {
|
||||||
logger.warn(
|
logger.debug(
|
||||||
`No matching certificate found for domain: ${resource.fullDomain}`
|
`No matching certificate found for domain: ${resource.fullDomain}`
|
||||||
);
|
);
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user