Skip to content

Commit

Permalink
[fix] revocation in nclm_ca_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Nov 23, 2024
1 parent fe9dad2 commit 27f34dc
Show file tree
Hide file tree
Showing 3 changed files with 724 additions and 1,332 deletions.
2 changes: 1 addition & 1 deletion examples/ca_handler/ejbca_ca_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _status_get(self) -> Dict[str, str]:
self.logger.error('CAhandler._ca_get() returned error: %s', str(err_))
api_response = {'status': 'nok', 'error': str(err_)}
else:
self.logger.error('CAhandler._status_get(): api_host parameter is misisng in configuration')
self.logger.error('CAhandler._status_get(): api_host parameter is missing in configuration')
api_response = {}

self.logger.debug('CAhandler._status_get() ended')
Expand Down
Loading

0 comments on commit 27f34dc

Please sign in to comment.