Skip to content

Commit

Permalink
fixed certificate generation
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Jul 17, 2024
1 parent 85b9e96 commit 2346f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ieee_2030_5/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def _main():
gridappsd_devices: list = []
if opts.create_certs:
_log.debug("Creating certificates for GridAPPSD devices.")
gridappsd_devices = gridappsd_adpt.create_2030_5_device_certificates_and_configurations(tls_repo)
gridappsd_devices = gridappsd_adpt.create_2030_5_device_certificates_and_configurations()
else:
gridappsd_devices = gridappsd_adpt.get_device_configurations()

Expand Down

0 comments on commit 2346f2a

Please sign in to comment.