SSL guide: note the setup checklist's live verification probe (#920)
SSL guide: add docker/config.php to the before/after table (#919)
Add "SSL Verification — the Global Setting" dev guide (#49/#919) Documents the problem (insecure default, scattered per-module toggles), the empirical findings (only CURLOPT_CAINFO works — putenv/ini_set don't), the design (one global switch + sslApplyCurl helper + shipped cacert.pem), the pitfalls (vCenter self-signed, two php.ini, never hand-write VERIFYPEER), and a before/after table of every file changed. Also update HTTPS-Certificates-and-CA-Bundles: the app now ships a bundle so a fresh install verifies out of the box, and there are no per-module Verify SSL toggles. Add the new page to the sidebar.