Skip to content

Commit 6fe7299

Browse files
committed
wq ssl: remove typo
1 parent 44ba47f commit 6fe7299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

work_queue/src/bindings/python3/work_queue.binding.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ def _setup_ssl(self, ssl):
11301130
prefix='cert')
11311131
os.close(tmp)
11321132

1133-
cmd=f"openssl req -x509 -newkey rsa:4096 -keyout {key} -out {cert} x-sha256 -days 365 -nodes -batch".split()
1133+
cmd=f"openssl req -x509 -newkey rsa:4096 -keyout {key} -out {cert} -sha256 -days 365 -nodes -batch".split()
11341134

11351135
output=""
11361136
try:

0 commit comments

Comments
 (0)