|
|
@@ -16,7 +16,7 @@
|
|
|
|
|
|
|
|
|
<link rel="icon" href="../../assets/images/favicon.png">
|
|
|
- <meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.5.9">
|
|
|
+ <meta name="generator" content="mkdocs-1.5.3, mkdocs-material-9.5.10">
|
|
|
|
|
|
|
|
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <link rel="stylesheet" href="../../assets/stylesheets/main.f2e4d321.min.css">
|
|
|
+ <link rel="stylesheet" href="../../assets/stylesheets/main.7e359304.min.css">
|
|
|
|
|
|
|
|
|
|
|
|
@@ -3538,6 +3538,14 @@ created at the provider.</p>
|
|
|
<td>Same as <code>pkcs12cert</code>. Uses the provided password to decrypt the PKCS#12 archive.</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+<td>pemToPkcs12</td>
|
|
|
+<td>Takes a PEM encoded certificate and key and creates a base64 enoded 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>filterPEM</td>
|
|
|
<td>Filters PEM blocks with a specific type from a list of PEM blocks.</td>
|
|
|
</tr>
|