Skip to content

Commit ca7ed03

Browse files
author
Nathan Sutton
committed
Document new feature in the README
1 parent f761028 commit ca7ed03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ The Net::HTTP backend will do its best to locate your local SSL certs to allow S
212212

213213
Zencoder::HTTP::NetHTTP.root_cert_paths << '/my/custom/cert/path'
214214

215+
If the ruby installed on your system is already aware of where your root cert path is and/or you would like us to NOT set it, you can do the following.
216+
217+
Zencoder::HTTP::NetHTTP.skip_setting_root_cert_path = true
218+
215219
## Advanced JSON and XML
216220

217221
### Alternate JSON and XML Libraries

0 commit comments

Comments
 (0)