12345678 |
- # true means botpsign works, false means it does not work.
- botp.sign.on=false
- # the secret to encypt the source plaintext, you can specific it.
- botp.sign.secret=changeit
- # the target bills' bostypes of botp, use comma ',' to connect them. If blank, botpsign does not work.
- botp.sign.bostypes=
- # the support type of botp verifier, you can specific it, such as 'normal', 'itrus'. If blank, 'normal' will be the default one.
- botp.sign.verifier=normal
|