Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Fix: don't use SAN as host because of issues when binding external IP
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Jun 19, 2024
1 parent 38bbb35 commit 80406e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mse_cli/home/command/sgx_operator/spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def run(args) -> None:

docker_config = SgxDockerConfig(
size=args.size,
host=args.san,
host=args.host,
port=args.port,
subject=args.subject,
subject_alternative_name=args.san,
Expand Down

0 comments on commit 80406e4

Please sign in to comment.