|
|
@@ -3837,13 +3837,21 @@ created at the provider.</p>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>pemToPkcs12</td>
|
|
|
-<td>Takes a PEM encoded certificate and key and creates a base64 enoded PKCS#12 archive.</td>
|
|
|
+<td>Takes a PEM encoded certificate and key and creates a base64 encoded PKCS#12 archive.</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>pemToPkcs12Pass</td>
|
|
|
<td>Same as <code>pemToPkcs12</code>. Uses the provided password to encrypt the PKCS#12 archive.</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+<td>fullPemToPkcs12</td>
|
|
|
+<td>Takes a PEM encoded certificates chain and key and creates a base64 encoded PKCS#12 archive.</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
+<td>fullPemToPkcs12Pass</td>
|
|
|
+<td>Same as <code>fullPemToPkcs12</code>. Uses the provided password to encrypt the PKCS#12 archive.</td>
|
|
|
+</tr>
|
|
|
+<tr>
|
|
|
<td>filterPEM</td>
|
|
|
<td>Filters PEM blocks with a specific type from a list of PEM blocks.</td>
|
|
|
</tr>
|