summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/scriptlets/client_database.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-04-27 01:42:12 +0200
committerEndi S. Dewata <edewata@redhat.com>2016-05-03 02:54:25 +0200
commitcc4ae760c4267dc0d8851d98198e69b833e2e8ab (patch)
tree3e1b742cdd3318401c0cd2d2ba64a8b67d723017 /base/server/python/pki/server/deployment/scriptlets/client_database.py
parent599cf1a65203e4b6ec83cf46fe776fc9ebc07ddd (diff)
downloadpki-cc4ae760c4267dc0d8851d98198e69b833e2e8ab.tar.gz
pki-cc4ae760c4267dc0d8851d98198e69b833e2e8ab.tar.xz
pki-cc4ae760c4267dc0d8851d98198e69b833e2e8ab.zip
Added CSR generation scriptlet.
The code that generates the CSR for external CA installation has been moved into a new scriptlet. The code that displays the external CA step one installation summary has been moved into the configuration servlet. https://fedorahosted.org/pki/ticket/2278
Diffstat (limited to 'base/server/python/pki/server/deployment/scriptlets/client_database.py')
-rw-r--r--base/server/python/pki/server/deployment/scriptlets/client_database.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/server/python/pki/server/deployment/scriptlets/client_database.py b/base/server/python/pki/server/deployment/scriptlets/client_database.py
index 31abb6feb..1faa3c29c 100644
--- a/base/server/python/pki/server/deployment/scriptlets/client_database.py
+++ b/base/server/python/pki/server/deployment/scriptlets/client_database.py
@@ -77,7 +77,6 @@ class PkiScriptlet(pkiscriptlet.AbstractBasePkiScriptlet):
deployer.mdict['pki_client_secmod_database'],
password_file=deployer.mdict['pki_client_password_conf'])
-
def destroy(self, deployer):
pass