-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migration: missing account_email in ACME #773
Comments
gsanchietti
added a commit
that referenced
this issue
Sep 23, 2024
Avoid error like: Sep 23 00:00:00 sole acme: account_email option is required #773
Testing image version: 8-23.05.4-ns.1.2.0-56-ge2ea8a387 |
github-actions
bot
added
the
testing
Packages are available from testing repositories
label
Sep 23, 2024
gsanchietti
added a commit
that referenced
this issue
Sep 23, 2024
The option should go under the main acme record Issue #773
Testing image version: 8-23.05.4-ns.1.2.0-57-gcc554b0ba |
github-actions
bot
added
the
testing
Packages are available from testing repositories
label
Sep 23, 2024
Test case Follow these instructions to try the fix without a real machine where all Let's Encrypt requirements are satisfied:
|
Verified. |
Tbaile
added
verified
All test cases were verified successfully
and removed
testing
Packages are available from testing repositories
labels
Sep 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Expected behavior
acme.@acme[0].account_email
property should be correctly populated with the appropriate email address, such asno-reply@nethsecurity.org
.Actual behavior
After migration, the
account_email
option is missing in the ACME configuration, causing the following error:Checking the ACME configuration shows that the
account_email
field is absent:The missing property that causes the issue is:
Components
NethSecurity Image: 8-23.05.4-ns.1.2.0
The text was updated successfully, but these errors were encountered: