https://github.com/ivarref/locksmith
https://github.com/ivarref/locksmith
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivarref/locksmith
- Owner: ivarref
- Created: 2022-08-30T07:30:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T12:22:25.000Z (over 1 year ago)
- Last Synced: 2025-03-28T12:38:31.824Z (10 months ago)
- Language: Clojure
- Size: 1.45 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```