-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjwt-change-passphrase.1
55 lines (55 loc) · 1.44 KB
/
jwt-change-passphrase.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.\" Automatically generated by Pandoc 3.1.3
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "jwt-change-passphrase" "1" "September 2, 2023" "" ""
.hy
.SH NAME
.PP
jwt-change-passphrase - Change the passphrase to obtain a JSON Web Token
.SH SYNOPSIS
.PP
\f[B]jwt-change-passphrase\f[R] [-s \f[I]URL\f[R]]\&...
[-l \f[I]user\f[R]]
.SH DESCRIPTION
.PP
\f[B]jwt-change-passphrase\f[R] changes the passphrase to obtains a JSON
Web Token (JWT) from a
JWTserver (https://github.com/oss-tsukuba/jwt-server.git).
When the -s option is not specified, JWT_SERVER_URL environment variable
is used.
When the -l option is not specified, LOGNAME environment variable is
used.
.PP
The jwt-change-passphrase asks a passphrase to obtain a JWT, which is
provided by a JWT server.
The jwt-change-passphrase also accepts the passphrase by the standard
input.
.PP
When multiple -s options are specified, the jwt-change-passphrase
attempts to access a JWT Server in order if the server is not working.
If the passphrase is incorrect, the program terminates at that point.
Also, the jwt-logon exits if all URLs are not working.
.SH OPTIONS
.TP
-s \f[I]URL\f[R]
specifies the URL of a JWT server
.TP
-l \f[I]user\f[R]
specifies a user name
.SH ENVIRONMENT
.TP
JWT_SERVER_URL
URL of a JWT server