-
Hello, I do get the following Error when trying to issue a certificate: Exception while executing function: MergeCertificate The given header was not found. The Certificate is successfully created on our registration authority and then downloaded (according to the logs) in order to get merged with the Certificate created in the acmebot keyvault. The merge process then fails with the message above. When I do merge the two certificates together manually, the whole process can be completed without any errors and the certficate is then displayed in the dashboard. Call Stack: Can you might help us to identify the cause why the merge certificate activity failed? Thank you very much |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for the feedback. It appears that this issue is occurring because Acmebot assumes that a specific Header is always present when retrieving certificates. That header does not appear to be required by the ACME specification, so we will be fixing the Acmebot implementation. |
Beta Was this translation helpful? Give feedback.
Thanks for the feedback.
It appears that this issue is occurring because Acmebot assumes that a specific Header is always present when retrieving certificates.
That header does not appear to be required by the ACME specification, so we will be fixing the Acmebot implementation.