diff options
author | Marco Peereboom <marco@conformal.com> | 2011-08-05 00:52:49 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-08-05 00:52:49 +0000 |
commit | ada2a7f8fbc92ec7668d7f16d9e3cce21b14b61a (patch) | |
tree | b56a0c03c7e361f8c5b6d29c424f9c4a887f78f8 | |
parent | 2a2cf48c1bab81854d7c8b3d0117d0d3b4b08c5f (diff) | |
download | xombrero-ada2a7f8fbc92ec7668d7f16d9e3cce21b14b61a.tar.gz |
moar doco as requested in FS#132
-rw-r--r-- | xxxterm.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xxxterm.1 b/xxxterm.1 index 489a41c..77b4125 100644 --- a/xxxterm.1 +++ b/xxxterm.1 @@ -990,6 +990,15 @@ trusted and yellow when untrusted. If .Cm ssl_ca_file is not set then the URL bar will color all HTTPS connections red. +.Pp +WebKit only supports a single PEM file. +Many OS' or distributions have many PEM files. +One can simply concatenate all separate files into one large one. +E.g. +.Cm for i in `ls`; do cat $i >> cert.pem; done +and use the resulting cert.pem file as the input to +.Cm ssl_ca_file . +It is advisable to periodically recreate the cert.pem file. .It Cm ssl_strict_certs If this value is set connections to untrusted sites will be aborted. This value is only used if |