We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7055a9 commit 5253aa6Copy full SHA for 5253aa6
volcenginesdkarkruntime/_client.py
@@ -515,7 +515,7 @@ def _load_cert_locally(self, ep: str) -> str | None:
515
return None
516
517
def _init_local_cert_cache(self):
518
- self._cert_storage_path = "./.ark/certificates"
+ self._cert_storage_path = os.path.expanduser("~/.ark/certificates")
519
self._cert_expiration_seconds = 14 * 24 * 60 * 60 # 14 days
520
521
if not os.path.exists(self._cert_storage_path):
0 commit comments