Sha256: 9aa645b4963677acdca6bbebe9d85fa5388f64b2a52c93fadc276c417bce9027

Contents?: true

Size: 1.1 KB

Versions: 33

Compression:

Stored size: 1.1 KB

Contents

The certs/ directory contains the TLS certificates required for encrypting
client to server XMPP connections.

The ca-bundle.crt file contains root Certificate Authority (CA) certificates.
These are used to validate certificates presented during TLS handshake
negotiation. The source for this file is the cacert.pem file available
at http://curl.haxx.se/docs/caextract.html.

Any self-signed CA certificate placed in this directory will be considered
a trusted certificate. For example, let's say you're running the wonderland.lit
XMPP server and would like to and verify the ssl cert during TLS.  
The wonderland.lit server hasn't purchased a legitimate TLS certificate
from a CA known in ca-bundle.crt. Instead, they've created a self-signed
certificate and sent it to you. Place the certificate in this directory
with a name of wonderland.lit.crt and it will be trusted. Trusted TLS connections 
from wonderland.lit will now work.

Alternatively, you can purchase a TLS certificate from a CA (e.g. Go Daddy,
VeriSign, etc.) and place it in this directory. This will avoid the hassles
of managing self-signed certificates.

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
blather-2.0.0 examples/certs/README
blather-1.2.0 examples/certs/README
blather-1.1.4 examples/certs/README
blather-1.1.3 examples/certs/README
blather-1.1.2 examples/certs/README
blather-1.1.1 examples/certs/README
blather-1.1.0 examples/certs/README
blather-1.0.0 examples/certs/README
blather-0.8.8 examples/certs/README
blather-0.8.7 examples/certs/README
blather-0.8.6 examples/certs/README
blather-0.8.5 examples/certs/README
blather-0.8.4 examples/certs/README
blather-0.8.3 examples/certs/README
blather-0.8.2 examples/certs/README
tp-blather-0.8.5 examples/certs/README
tp-blather-0.8.4 examples/certs/README
tp-blather-0.8.3 examples/certs/README
tp-blather-0.8.2 examples/certs/README
blather-0.8.1 examples/certs/README