Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
0c9ab4b9
Commit
0c9ab4b9
authored
May 18, 2021
by
Sietse Ringers
Browse files
feat: remove superfluous config parameter from irma keyshare server
parent
c917c94d
Changes
1
Hide whitespace changes
Inline
Side-by-side
irma/cmd/keyshare-server.go
View file @
0c9ab4b9
...
...
@@ -51,9 +51,8 @@ func init() {
flags
.
StringSlice
(
"storage-fallback-keyfile"
,
nil
,
"Fallback key(s) used to decrypt older secure containers"
)
flags
.
Lookup
(
"jwt-privkey"
)
.
Header
=
`Cryptographic keys`
flags
.
String
(
"keyshare-credential"
,
""
,
"Credential issued during keyshare server registration"
)
flags
.
String
(
"keyshare-attribute"
,
""
,
"Attribute within keyshare credential that contains username"
)
flags
.
Lookup
(
"keyshare-credential"
)
.
Header
=
`Keyshare server credential`
flags
.
String
(
"keyshare-attribute"
,
""
,
"Attribute identifier that contains username"
)
flags
.
Lookup
(
"keyshare-attribute"
)
.
Header
=
`Keyshare server attribute issued during registration`
flags
.
String
(
"email-server"
,
""
,
"Email server to use for sending email address confirmation emails"
)
flags
.
String
(
"email-hostname"
,
""
,
"Hostname used in email server tls certificate (leave empty when mail server does not use tls)"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment