You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/key-vault/certificates/faq.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,10 @@ sections:
40
40
When I import a certificate via the Azure portal, I get a "Something went wrong" error. How can I investigate further?
41
41
answer: |
42
42
To view a more descriptive error, import the certificate file by using [the Azure CLI](/cli/azure/keyvault/certificate#az_keyvault_certificate_import) or [PowerShell](/powershell/module/azurerm.keyvault/import-azurekeyvaultcertificate).
43
+
- question: |
44
+
When I import a certificate via the Azure portal, I get a "The size of the X.509 certificate is too long" error. What should I do?
45
+
answer: |
46
+
The error indicates that your certificate might be too long, it might be including many certificates in a single file. This is a hard-limit that can't be increased. The solution is to shorten your certificate file's content so that it aligns to our size's limit.
43
47
- question: |
44
48
How can I resolve this error? "Error type: Access denied or user is unauthorized to import certificate"
0 commit comments