summaryrefslogtreecommitdiff
path: root/doc/certutil.xml
diff options
context:
space:
mode:
authorDavid Keeler <dkeeler@mozilla.com>2015-02-04 15:51:56 -0800
committerDavid Keeler <dkeeler@mozilla.com>2015-02-04 15:51:56 -0800
commit03b8feae1917ea082bf5b056b2a2952c795d4b73 (patch)
treecfb800cb43d049ff045ceddd67ba7fb2cddb3099 /doc/certutil.xml
parent211f3896c17a9723eaf4e0b747cd8dbbd92829ca (diff)
downloadnss-hg-03b8feae1917ea082bf5b056b2a2952c795d4b73.tar.gz
bug 1129573 - increase the default RSA key size for certutil to 2048 bits r=kaie
Diffstat (limited to 'doc/certutil.xml')
-rw-r--r--doc/certutil.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/certutil.xml b/doc/certutil.xml
index 40582001b..4fdb5d0d0 100644
--- a/doc/certutil.xml
+++ b/doc/certutil.xml
@@ -247,7 +247,7 @@ Add one or multiple extensions that certutil cannot encode yet, by loading their
<varlistentry>
<term>-g keysize</term>
- <listitem><para>Set a key size to use when generating new public and private key pairs. The minimum is 512 bits and the maximum is 16384 bits. The default is 1024 bits. Any size between the minimum and maximum is allowed.</para></listitem>
+ <listitem><para>Set a key size to use when generating new public and private key pairs. The minimum is 512 bits and the maximum is 16384 bits. The default is 2048 bits. Any size between the minimum and maximum is allowed.</para></listitem>
</varlistentry>