Sha256: d4d3c6f88a8c89f5a3c62f1dfd97485d1ac6355033fc7bd23fccce4762ab71dd

Contents?: true

Size: 869 Bytes

Versions: 1

Compression:

Stored size: 869 Bytes

Contents

# Canari

A gem to monitor TLS certificates using Cert Stream

## Installation

Install the gem (deployment to Rubygems coming soon) :

```ruby
gem install canari
```

Install memcached and create the `canari.yml` configuration file:

```
---
:memcached:
  :host: localhost
  :port: 11211
  :namespace: canari
:smtp:
  :address: smtp.server.example
  :port: 25
:notifier:
  :from: your-email@example.com
  :to: your-email@example.com
```

Create the `domains.txt` file containing the domain names you'd like to
monitor, one name per line:

```
google.com
gouv.fr
fr
...
```

Please notice each match, even a partial one, will trigger an
email notification. In the example above, every certificate issued for the
`.fr` TLD would result in a notification.

Then execute:

    $ canari start

More options available using:

    $ canari help

Or:

    $ canari help start

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
canari-0.1.0 README.md