-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
adding domain names fails #70
Comments
I've also tried varying all configured values (email, csr info, certificate prefix), but I'm getting the same error... Here is my mapped json config (censored values):
The previously, all working, domain names array only had "somename.mydomain.tld". What exactly do I need to vary to generate a completely new cert ? I've tried with staging both true and false... I believe there is an issue with validation for multiple domain names.. |
A couple of things:
There may be more trace at the most verbose level (the level beyond 'Debug') - I'm not quite sure how you're capturing the log, but it seems to be doubling-up a lot of lines? When you ask for multiple domains in a certificate, the LE systems will send challenges for each of the domains - is your app definitely able to serve requests for both those domains? |
Hi @ffMathy.
Thank you for this great lib.
I had initially setup everything with one domain name, running correctly.
Renewal is setup 30 days / 7 days
I've added two domain names.
Just starting the app produces no error, but the cert continues to have just one domain name.
I've tried wiping the saved _Account and _Site files.
This fails with: urn:ietf:params:acme:error:orderNotReady: Order's status ("pending") is not acceptable for finalization.'
What is the correct way to add names to an already configured certificate ?
The text was updated successfully, but these errors were encountered: