Page MenuHomePhorge

D25304.1732525924.diff
No OneTemporary

D25304.1732525924.diff

diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@
# User extensions
/externals/includes/*
/src/extensions/*
+/resources/ssl/custom.pem
# XHPAST
/support/xhpast/*.a
diff --git a/resources/ssl/README b/resources/ssl/README
--- a/resources/ssl/README
+++ b/resources/ssl/README
@@ -34,11 +34,11 @@
If you receive errors using your "custom.pem" file, you can test it directly
with `curl` by running a command like this:
- curl -v --cacert path/to/your/custom.pem https://phabricator.example.com/
+ curl -v --cacert path/to/arcanist/resources/ssl/custom.pem https://phorge.example.com/
-Replace "path/to/your/custom.pem" with the path to your "custom.pem" file,
-and replace "https://phabricator.example.com" with the real URL of your
-Phabricator install.
+Replace "path/to/arcanist/resources/ssl/custom.pem" with the path to your "custom.pem" file,
+and replace "https://phorge.example.com" with the real URL of your
+Phorge install.
The initial lines of output from `curl` should give you information about the
SSL handshake and certificate verification, which may be helpful in resolving

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 09:12 (2 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
993765
Default Alt Text
D25304.1732525924.diff (1 KB)

Event Timeline