Sha256: bb8fe66812a7598ac1d112e6fef45963ab31a7b7b32d9fa1df86a65609b798cb

Contents?: true

Size: 472 Bytes

Versions: 1

Compression:

Stored size: 472 Bytes

Contents

# letscert
A simple `Let's Encrypt` client in ruby.

I think `simp_le` do it the right way: it is simple, it is safe as it does not needed to be run as root,
but it is Python (no one is perfect :-)) So I started to create a clone, but in Ruby.

Work in progress.

# Usage

Generate a key pair and get signed certificate
```bash
letscert -d example.com:/var/www/example.com/html -f key.pem -f cert.pem -f fullchain.pem
```

The command is the same for certificate renewal.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
letscert-0.2.1 README.md