Skip to content

Commit 0350696

Browse files
Merge pull request #210183 from FabianGonzalez-MSFT/patch-1
Update faq.yml
2 parents cbe4535 + b574cc2 commit 0350696

File tree

1 file changed

+4
-0
lines changed
  • articles/key-vault/certificates

1 file changed

+4
-0
lines changed

articles/key-vault/certificates/faq.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ sections:
4040
When I import a certificate via the Azure portal, I get a "Something went wrong" error. How can I investigate further?
4141
answer: |
4242
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.
4347
- question: |
4448
How can I resolve this error? "Error type: Access denied or user is unauthorized to import certificate"
4549
answer: |

0 commit comments

Comments
 (0)