Skip to content

Commit

Permalink
Refactored configuration.py
Browse files Browse the repository at this point in the history
The code that creates the client NSS database in configuration.py
has been moved into security_databases.py. The code that generates
the keys of the system and admin certificates have been moved into
keygen.py.

Change-Id: Ie0df4131e770163a32ebb21fa6d666a8d564b580
  • Loading branch information
edewata committed Sep 20, 2018
1 parent d79a93b commit 9b402ff
Show file tree
Hide file tree
Showing 5 changed files with 535 additions and 459 deletions.
2 changes: 2 additions & 0 deletions base/server/etc/default.cfg
Expand Up @@ -43,13 +43,15 @@ spawn_scriplets=
webapp_deployment
security_databases
selinux_setup
keygen
configuration
finalization

# The destroy_scriplets contains a list of scriplets to be executed by pkidestroy.
destroy_scriplets=
initialization
configuration
keygen
webapp_deployment
subsystem_layout
security_databases
Expand Down
1 change: 1 addition & 0 deletions base/server/python/pki/server/deployment/pkilogging.py
Expand Up @@ -90,6 +90,7 @@ def enable_pki_logger(log_dir, log_name, log_level, console_log_level, name):
'webapp',
'nssdb',
'selinux',
'keygen',
'configuration',
'finalization'
]
Expand Down

0 comments on commit 9b402ff

Please sign in to comment.