EPFL-Net-SSLTest
================

[![Build Status][travis-image]][travis-url]
[![Apache License 2.0][license-image]][license-url]
[![CPAN Version][cpan-image]][cpan-url]

Website SSL accessibility validator.

Install
-------

Via CPAN with :

```bash
cpan install EPFL::Net::SSLTest
```

Usage
-----

### Command Line

```bash
epfl-net-ssl-test --help

Usage:
  epfl-net-ssl-test --help
  epfl-net-ssl-test --domain=www.epfl.ch
```

Screenshot
----------

![command line screenshot](https://raw.githubusercontent.com/epfl-idevelop/epfl-net-sslTest/master/docs/readme/screenshot.png)

Contributing
------------

Contributions are always welcome.

See [Contributing](CONTRIBUTING.md).

Developer
---------

  * [William Belle](https://github.com/williambelle)

License
-------

Apache License 2.0

(c) ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI, 2018.

See the [LICENSE](LICENSE) file for more details.

[travis-image]: https://travis-ci.org/epfl-idevelop/epfl-net-sslTest.svg?branch=master
[travis-url]: https://travis-ci.org/epfl-idevelop/epfl-net-sslTest
[license-image]: https://img.shields.io/badge/license-Apache%202.0-blue.svg
[license-url]: https://raw.githubusercontent.com/epfl-idevelop/epfl-net-sslTest/master/LICENSE
[cpan-image]: https://img.shields.io/cpan/v/EPFL-Net-SSLTest.svg
[cpan-url]: https://metacpan.org/release/EPFL-Net-SSLTest