Replies: 1 comment 5 replies
-
We have confirmed that intermediate certificates should be included, but there is a problem with the certificate files that can be downloaded from Key Vault, which are not listed in the correct order. If you download it as a PFX file, you should be able to see that the intermediate certificate is included. We believe this is an unavoidable problem when issuing certificates using Key Vault. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I generate a certificate and download it from the keyvault, it doesn't have the intermediate certificate or the root included.
I use the certificate inside NGINX so it needs the full chain.
From reading issues here it looks like it is supposed to include the intermediate but not for me.
Am I doing something wrong?
I solved it earlier by downloading the intermediate and root from Letsencrypt website and merge it with the certificate but now when they changed to R10 and R11 that doesn't work anymore.
Beta Was this translation helpful? Give feedback.
All reactions