+
+## Before you begin
+Having knowledge of Data Encryption Key (DEK) encryption is a prerequisite for this API. To learn more about DEK encryption,
see our docs.
+
+Some things to note in the POST request:
+
+- If a value in **`passwordEncryptedPrivateKey`** is provided, a value in the **`dekEncryptedPassword`** field must also be provided.
+
+- If a value in **`dekEncryptedPrivateKey`** is provided , a value in **`dekEncryptedPassword`** field is not needed.
+
+- **`passwordEncryptedPrivateKey`** refers to a PKCS #8 private key encrypted by a password.
+
+- **`dekEncryptedPrivateKey`** refers to a PKCS #8 private key encrypted by the DEK (not by the password).
+
+- The values for **`encryptionKeyId`** & **`edgeInstanceId`** must be provided for the `imports` function to work.
+
+
+
+> 📘 Note
+> Private keys must be in PKCS #8 format and encrypted. Both the keys and X.509 certificates must be PEM encoded. Also, there is a limit of 100 keys per API call. The API will respond with an error if you input more than 100 keys.
+
+**To import a list of certificates and their corresponding private keys**
+
+1. If you have not already done so, obtain an