Skip to content

Commit cd1bb0f

Browse files
author
BitsAdmin
committed
Merge branch 'feat/ark_cert_dir' into 'integration_2025-09-04_1045806191106'
feat: [development task] ark runtime (1624140) See merge request iaasng/volcengine-python-sdk!789
2 parents af5e22c + 5253aa6 commit cd1bb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volcenginesdkarkruntime/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def _load_cert_locally(self, ep: str) -> str | None:
515515
return None
516516

517517
def _init_local_cert_cache(self):
518-
self._cert_storage_path = "/tmp/ark/certificates"
518+
self._cert_storage_path = os.path.expanduser("~/.ark/certificates")
519519
self._cert_expiration_seconds = 14 * 24 * 60 * 60 # 14 days
520520

521521
if not os.path.exists(self._cert_storage_path):

0 commit comments

Comments
 (0)