sapling/lib/mononokeapi
Arun Kulshreshtha 245c21b8ee mononokeapi: allow cert and key to come from separate files
Summary: Allow the credentials for TLS mutual authentication (namely, the client certificate and private key) to come from separate PEM files. At Facebook, these are usually stored in the same file, but Mercurial's standard TLS configuration options allow these to be configured separately. As such, in order to support the standard options (which will happen in a later diff), provide the ability to handle separate files, but for now just pass the same path for both from Python to Rust.

Reviewed By: markbt

Differential Revision: D13791525

fbshipit-source-id: 556d99d77a4273b9b0bd91cac8940da136088e45
2019-01-24 12:32:38 -08:00
..
src mononokeapi: allow cert and key to come from separate files 2019-01-24 12:32:38 -08:00
Cargo.toml mononokeapi: allow cert and key to come from separate files 2019-01-24 12:32:38 -08:00