Skip to content

Commit f5c343d

Browse files
committed
feat: add openharmony platform preset certs folder
1 parent 4221247 commit f5c343d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ pub fn candidate_cert_dirs() -> impl Iterator<Item = &'static Path> {
4747
"/data/data/com.termux/files/usr/etc/tls",
4848
#[cfg(target_os = "haiku")]
4949
"/boot/system/data/ssl",
50+
#[cfg(target_env = "ohos")]
51+
"/etc/security/certificates",
5052
]
5153
.iter()
5254
.map(Path::new)

0 commit comments

Comments
 (0)