fix: use sans= instead of sans[0] for preview wildcard domain #8
Loading…
Reference in a new issue
No description provided.
Delete branch "fix-preview-wildcard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
sans[0]array syntax didn't work — the wildcard cert was issued with only*.pages.martin.md. Switching tosans=*.preview.pages.martin.md(no array index, Traefik's documented format).