summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorTomas Krizek <tkrizek@redhat.com>2017-02-08 18:28:25 +0100
committerMartin Basti <mbasti@redhat.com>2017-02-09 15:59:09 +0100
commit47565c0fc75721f457e87b1c3e3325fff6a3b3ae (patch)
treeb171174c8c2bd319a954c8afc16b59f675074c43 /ipaserver
parente920ae22525d34e1f524e2e59159ac50c603bc8c (diff)
downloadfreeipa-47565c0fc75721f457e87b1c3e3325fff6a3b3ae.tar.gz
freeipa-47565c0fc75721f457e87b1c3e3325fff6a3b3ae.tar.xz
freeipa-47565c0fc75721f457e87b1c3e3325fff6a3b3ae.zip
certdb: remove unused keysize property
Keysize property is no longer used anywhere in the code. It was originally introduced for the request_cert function, which was later refactored to use a function argument instead. Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/install/certs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipaserver/install/certs.py b/ipaserver/install/certs.py
index 80918d431..e6d0ce2a9 100644
--- a/ipaserver/install/certs.py
+++ b/ipaserver/install/certs.py
@@ -110,7 +110,6 @@ class CertDB(object):
self.cacert_name = get_ca_nickname(self.realm)
self.valid_months = "120"
- self.keysize = "1024"
# We are going to set the owner of all of the cert
# files to the owner of the containing directory