rustls / rustls-native-certs

Integration with OS certificate stores for rustls
Other
196 stars 55 forks source link

Clarify environment path handling code #134

Closed djc closed 1 month ago

djc commented 1 month ago

Current documentation:

/// If **either** (or **both**) are set, certificates are only loaded from
/// the locations specified via environment variables and not the platform-
/// native certificate store.

This seems like a clearer way of expressing that logic.