Regenerate documentation
diff --git a/doc/html/openssl-pkcs12.html b/doc/html/openssl-pkcs12.html
index 30dd509..0eaa845 100644
--- a/doc/html/openssl-pkcs12.html
+++ b/doc/html/openssl-pkcs12.html
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 <html>
 <head>
-<title>3.1.7 PKCS12 objects </title>
-<META NAME="description" CONTENT="3.1.7 PKCS12 objects ">
+<title>3.1.8 PKCS12 objects </title>
+<META NAME="description" CONTENT="3.1.8 PKCS12 objects ">
 <META NAME="keywords" CONTENT="pyOpenSSL">
 <META NAME="resource-type" CONTENT="document">
 <META NAME="distribution" CONTENT="global">
@@ -36,23 +36,23 @@
   border="0" height="32"
   alt="" width="32"></td>
 </tr></table>
-<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-pkcs7.html">3.1.6 PKCS7 objects</A>
+<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-pkcs7.html">3.1.7 PKCS7 objects</A>
 <b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto  </A>
-<b class="navlabel">Next:</b> <a class="sectref" href="openssl-509ext.html">3.1.8 X509Extension objects</A>
+<b class="navlabel">Next:</b> <a class="sectref" href="openssl-509ext.html">3.1.9 X509Extension objects</A>
 <br><hr>
 </DIV>
 <!--End of Navigation Panel-->
 
-<H3><A NAME="SECTION000417000000000000000">&nbsp;</A>
+<H3><A NAME="SECTION000418000000000000000">&nbsp;</A>
 <BR>
-3.1.7 PKCS12 objects 
+3.1.8 PKCS12 objects 
 </H3>
 
 <P>
 PKCS12 objects have the following methods:
 
 <P>
-<dl><dt><b><a name='l2h-86'><tt class='method'>export</tt></a></b>(<big>[</big><var>passphrase=None</var><big>]</big><big>[</big><var>, iter=2048</var><big>]</big><big>[</big><var>, maciter=1</var><big>]</big>)
+<dl><dt><b><a name='l2h-90'><tt class='method'>export</tt></a></b>(<big>[</big><var>passphrase=None</var><big>]</big><big>[</big><var>, iter=2048</var><big>]</big><big>[</big><var>, maciter=1</var><big>]</big>)
 <dd>
 Returns a PKCS12 object as a string.
 
@@ -64,32 +64,32 @@
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-87'><tt class='method'>get_ca_certificates</tt></a></b>()
+<dl><dt><b><a name='l2h-91'><tt class='method'>get_ca_certificates</tt></a></b>()
 <dd>
 Return CA certificates within the PKCS12 object as a tuple. Returns
 <tt class="constant">None</tt> if no CA certificates are present.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-88'><tt class='method'>get_certificate</tt></a></b>()
+<dl><dt><b><a name='l2h-92'><tt class='method'>get_certificate</tt></a></b>()
 <dd>
 Return certificate portion of the PKCS12 structure.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-89'><tt class='method'>get_friendlyname</tt></a></b>()
+<dl><dt><b><a name='l2h-93'><tt class='method'>get_friendlyname</tt></a></b>()
 <dd>
 Return friendlyName portion of the PKCS12 structure.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-90'><tt class='method'>get_privatekey</tt></a></b>()
+<dl><dt><b><a name='l2h-94'><tt class='method'>get_privatekey</tt></a></b>()
 <dd>
 Return private key portion of the PKCS12 structure
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-91'><tt class='method'>set_ca_certificates</tt></a></b>(<var>cacerts</var>)
+<dl><dt><b><a name='l2h-95'><tt class='method'>set_ca_certificates</tt></a></b>(<var>cacerts</var>)
 <dd>
 Replace or set the CA certificates within the PKCS12 object with the sequence <var>cacerts</var>.
 
@@ -98,19 +98,19 @@
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-92'><tt class='method'>set_certificate</tt></a></b>(<var>cert</var>)
+<dl><dt><b><a name='l2h-96'><tt class='method'>set_certificate</tt></a></b>(<var>cert</var>)
 <dd>
 Replace or set the certificate portion of the PKCS12 structure.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-93'><tt class='method'>set_friendlyname</tt></a></b>(<var>name</var>)
+<dl><dt><b><a name='l2h-97'><tt class='method'>set_friendlyname</tt></a></b>(<var>name</var>)
 <dd>
 Replace or set the friendlyName portion of the PKCS12 structure.
 </dl>
 
 <P>
-<dl><dt><b><a name='l2h-94'><tt class='method'>set_privatekey</tt></a></b>(<var>pkey</var>)
+<dl><dt><b><a name='l2h-98'><tt class='method'>set_privatekey</tt></a></b>(<var>pkey</var>)
 <dd>
 Replace or set private key portion of the PKCS12 structure
 </dl>
@@ -141,9 +141,9 @@
   border="0" height="32"
   alt="" width="32"></td>
 </tr></table>
-<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-pkcs7.html">3.1.6 PKCS7 objects</A>
+<b class="navlabel">Previous:</b> <a class="sectref" href="openssl-pkcs7.html">3.1.7 PKCS7 objects</A>
 <b class="navlabel">Up:</b> <a class="sectref" href="openssl-crypto.html">3.1 crypto  </A>
-<b class="navlabel">Next:</b> <a class="sectref" href="openssl-509ext.html">3.1.8 X509Extension objects</A>
+<b class="navlabel">Next:</b> <a class="sectref" href="openssl-509ext.html">3.1.9 X509Extension objects</A>
 <hr>
 <span class="release-info">Release 0.11.</span>
 </DIV>