updated readme

This commit is contained in:
ston1th 2023-12-20 19:39:12 +01:00
commit 8376c606b4

View file

@ -52,3 +52,17 @@ Get secret of type `shamir` with share via commandline flag:
./keyctl server --help ./keyctl server --help
``` ```
## URL Scheme
### HTTP
```
keyctl://127.0.0.1:7070/?id=aabbccddeeff...&share=aabbccddeeff...
```
### HTTPS
```
keyctl://127.0.0.1:7070/?id=aabbccddeeff...&share=aabbccddeeff...&tls=true
```