/usr/share/doc/libghc-x509-system-doc/html/System-X509-Unix.html is in libghc-x509-system-doc 1.6.6-1build4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>System.X509.Unix</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_System-X509-Unix.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/System-X509-Unix.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">x509-system-1.6.6: Handle per-operating-system X.509 accessors and storage</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>License</th><td>BSD-style</td></tr><tr><th>Maintainer</th><td>Vincent Hanquez <vincent@snarc.org></td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Portability</th><td>unix only</td></tr><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">System.X509.Unix</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>this module is portable to unix system where there is usually
a <em>etc</em>ssl/certs with system X509 certificates.</p><p>the path can be dynamically override using the environment variable
defined by envPathOverride in the module, which by
default is SYSTEM_CERTIFICATE_PATH</p></div></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:getSystemCertificateStore" class="def">getSystemCertificateStore</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/libghc-x509-store-doc/html/Data-X509-CertificateStore.html#t:CertificateStore">CertificateStore</a> <a href="src/System-X509-Unix.html#getSystemCertificateStore" class="link">Source</a> <a href="#v:getSystemCertificateStore" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.3</p></div></body></html>
|