Skip to content

Commit

Permalink
Temporary disable skaled emulator part of ssl check
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Jan 31, 2025
1 parent 3d4d288 commit da6ce87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_cli/core/ssl/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def check_cert(
logger.exception('Cerificate/key pair is incorrect')
return err_result(f'Certificate check failed. {err}')

if check_type in ('all', 'skaled'):
if check_type in ('skaled',):
try:
check_cert_skaled(
cert_path, key_path,
Expand Down

0 comments on commit da6ce87

Please sign in to comment.