updated readme
This commit is contained in:
parent
99bd412291
commit
8376c606b4
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue