Skip to content

Commit

Permalink
Remove unused subsystem.count
Browse files Browse the repository at this point in the history
The subsystem.count param has actually been removed since
PKI 10.10 so it doesn't need to be set in renew_ca_cert.in.

Signed-off-by: Endi Sukma Dewata <[email protected]>
Reviewed-By: Alexander Bokovoy <[email protected]>
  • Loading branch information
edewata authored and flo-renaud committed Aug 11, 2023
1 parent 8173e5d commit cfc4f47
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions install/restart_scripts/renew_ca_cert.in
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,10 @@ def _main():
directivesetter.set_directive(
cfg_path, 'hierarchy.select', 'Root',
quotes=False, separator='=')
directivesetter.set_directive(
cfg_path, 'subsystem.count', '1',
quotes=False, separator='=')
else:
directivesetter.set_directive(
cfg_path, 'hierarchy.select', 'Subordinate',
quotes=False, separator='=')
directivesetter.set_directive(
cfg_path, 'subsystem.count', '0',
quotes=False, separator='=')
else:
syslog.syslog(syslog.LOG_NOTICE, "Not updating CS.cfg")

Expand Down

0 comments on commit cfc4f47

Please sign in to comment.