-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Milestone
Description
Bug Description
The changes introduced in @NethServer/ns8-webtop#128 added support for autoconfiguration of email clients by using extra subdomains: autodiscover.domain.org and autoconfig.domain.org.
However, these subdomains are not known to the sysadmin module, which leads to issues with Let's Encrypt certificate renewal. Specifically, Let's Encrypt fails to renew certificates because it cannot validate these unknown subdomains in the dns registar
Steps to Reproduce
- Deploy ns8-webtop with the changes from PR #128.
- Attempt to renew Let's Encrypt certificates.
- Observe that certificate renewal fails due to unknown subdomains.
Expected Behavior
Let's Encrypt certificate renewal should succeed without errors, and all required subdomains should be recognized and properly handled by sysadmin.
Additional Context
The following PRs address and fix this issue:
Please refer to these for the resolution steps.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
verifiedAll test cases were verified successfullyAll test cases were verified successfully
Type
Projects
Status
Done