An open API service indexing awesome lists of open source software.

https://github.com/ivarref/locksmith


https://github.com/ivarref/locksmith

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Locksmith

Generate certificates and keys easily. A tiny wrapper over the excellent [okhttp-tls](https://github.com/square/okhttp/tree/master/okhttp-tls).
To be used together with [nREPL](https://github.com/nrepl/nrepl).

## Installation

```bash
clojure -Ttools install com.github.ivarref/locksmith '{:git/tag "v0.1.13"}' :as locksmith
```

## Example usage

```bash
clojure -Tlocksmith write-certs! :prefix stage
```