summaryrefslogtreecommitdiff
path: root/icktool.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-16 10:06:23 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-16 10:06:23 +0300
commitf976df3b9dfef518bbe035734a96044aebd42baf (patch)
tree36f2600fda3612401a3e0fa6c5f22ddaab84841a /icktool.mdwn
parent2ee654a529ee20c66db4b4a00c166b66ce881a1e (diff)
downloadick.liw.fi-f976df3b9dfef518bbe035734a96044aebd42baf.tar.gz
Fix: links on docs page
Diffstat (limited to 'icktool.mdwn')
-rw-r--r--icktool.mdwn13
1 files changed, 8 insertions, 5 deletions
diff --git a/icktool.mdwn b/icktool.mdwn
index 238f27d..c6426d5 100644
--- a/icktool.mdwn
+++ b/icktool.mdwn
@@ -23,16 +23,19 @@ content:
config:
controller: https://ick2
- token-private-key-cmd: pass show ick2/token_key
verify-tls: no
-Change the `controller` line to be the URL to your controller.
+Create the file `~/.config/icktool/credentials.conf` with the following
+content:
+
+ [https://ick2/token]
+ client_id = admin
+ client_secret = qwert
-Change the `token-private-key-cmd` to something that outputs the
-private part of the token signing key.
+Change the `controller` line and the first line of `credentials.conf`
+to be the URL to your controller.
Change `verify-tls` to `yes` if you have a CA-signed TLS certificate.
-(The default setup uses self-signed ones.)
Using