aboutsummaryrefslogtreecommitdiff
path: root/Readme.textile
diff options
context:
space:
mode:
authorNat Lasseter <nat.lasseter@york.ac.uk>2022-11-21 17:52:09 +0000
committerNat Lasseter <nat.lasseter@york.ac.uk>2022-11-21 17:52:09 +0000
commitb7bd5fa604c994660fd4718e503484a65973a5c2 (patch)
tree26609714c424a644884a9fcee3e1206d14a1cce5 /Readme.textile
parent57ff15f8f46d4a1f885be9e5263273f275b693b7 (diff)
Add default issuer option
Diffstat (limited to 'Readme.textile')
-rw-r--r--Readme.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.textile b/Readme.textile
index d824368..5f4825e 100644
--- a/Readme.textile
+++ b/Readme.textile
@@ -32,11 +32,11 @@ p. If a HOTP code is requested, the file will be canoncalised.
p. Each issuer should appear on it's own line with the following format:
-bc. Method Issuer Secret [TDC [Length [Hash]]]
+bc. [*]Method Issuer Secret [TDC [Length [Hash]]]
h4. Required fields
-- Method := The OTP type, currently @totp@ or @hotp@.
+- Method := The OTP type, currently @totp@ or @hotp@. Optionally, prefixing the method with an asterisk specifies this is the default issuer to be used if one is not specified on the command line.
- Issuer := Human name to identify this issuer.
- Secret := The BASE32 shared secret.