Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15413958
D12107.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
652 B
Referenced Files
None
Subscribers
None
D12107.diff
View Options
diff --git a/scripts/arcanist.php b/scripts/arcanist.php
--- a/scripts/arcanist.php
+++ b/scripts/arcanist.php
@@ -270,6 +270,14 @@
HTTPSFuture::setGlobalCABundleFromPath($ca_bundle);
}
+ // Apply global user cert from configs.
+ $user_cert = $configuration_manager->getConfigFromAnySource('https.user-cert');
+ if ($user_cert) {
+ $user_cert = Filesystem::resolvePath(
+ $user_cert, $working_copy->getProjectRoot());
+ HTTPSFuture::setGlobalUserCertFromPath($user_cert);
+ }
+
$blind_key = 'https.blindly-trust-domains';
$blind_trust = $configuration_manager->getConfigFromAnySource($blind_key);
if ($blind_trust) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 10:10 PM (1 d, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710420
Default Alt Text
D12107.diff (652 B)
Attached To
Mode
D12107: T7616: Arcanist to be able to access site requiring client side SSL certificate
Attached
Detach File
Event Timeline
Log In to Comment