summaryrefslogtreecommitdiffstats
path: root/ipaserver/install
diff options
context:
space:
mode:
authorTomas Krizek <tkrizek@redhat.com>2017-02-08 18:54:20 +0100
committerMartin Basti <mbasti@redhat.com>2017-02-09 15:59:09 +0100
commit36f46a5301ce62b5549899e5d693fca0b88946fb (patch)
treed4762eec9a2042a1681107fdd477de06eb876867 /ipaserver/install
parent47565c0fc75721f457e87b1c3e3325fff6a3b3ae (diff)
downloadfreeipa-36f46a5301ce62b5549899e5d693fca0b88946fb.tar.gz
freeipa-36f46a5301ce62b5549899e5d693fca0b88946fb.tar.xz
freeipa-36f46a5301ce62b5549899e5d693fca0b88946fb.zip
certdb: remove unused valid_months property
Property valid_months is no longer used anywhere in the code. It was removed when the selfsign funcionality was dropped. Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
Diffstat (limited to 'ipaserver/install')
-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 e6d0ce2a9..d484d8a2f 100644
--- a/ipaserver/install/certs.py
+++ b/ipaserver/install/certs.py
@@ -109,7 +109,6 @@ class CertDB(object):
raise RuntimeError("Unable to determine the current directory: %s" % str(e))
self.cacert_name = get_ca_nickname(self.realm)
- self.valid_months = "120"
# We are going to set the owner of all of the cert
# files to the owner of the containing directory