-
Notifications
You must be signed in to change notification settings - Fork 17
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
'ipa-server-certinstall -w -d fullchain.pem privkey.pem' throwing error #21
Comments
This is due to the recent changes in the intermediate authority and the change to using their own root cert, thx for the bug report. |
Thank you for acknowledging the problem, but how do we solve this? |
The workaround is posted above, just use the cert instead of the chain. |
Thank you, sorry for not reading the report good enough 😊 Edit to add: I am running |
Workaround from issue itself didn't work for me. From what I found new Let's Encrypt cert are signed with When I update with UPD: I had to add dst-root-x3 root ca since I had le-r3 signed with that CA. |
With
ipa-server-certinstall -w -d fullchain.pem privkey.pem
I've got following error
The full certificate chain is not present in fullchain.pem, privkey.pem
I instead had success with
ipa-server-certinstall -w -d cert.pem privkey.pem
I'm not sure if my fullchain.pem is broken or if there have been recent changes in certbot.
The text was updated successfully, but these errors were encountered: