Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcs
dfss
Commits
e27fe54b
Commit
e27fe54b
authored
May 25, 2016
by
Loïck Bonniot
Browse files
[p] Change default ttp port during ttp command
parent
9cba231d
Pipeline
#2194
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dfssp/cmd/root.go
View file @
e27fe54b
...
...
@@ -47,7 +47,7 @@ func init() {
ttpCmd
.
Flags
()
.
String
(
"unit"
,
"INSA Rennes"
,
"organizational unit for the ttp certificate"
)
ttpCmd
.
Flags
()
.
IntP
(
"key"
,
"k"
,
2048
,
"encoding size for the private key of the ttp"
)
ttpCmd
.
Flags
()
.
StringP
(
"ttps"
,
"t"
,
"ttps"
,
"file containing available TTPs list"
)
ttpCmd
.
Flags
()
.
StringP
(
"addr"
,
"a"
,
"localhost:90
98
"
,
"address of the ttp to be transmitted to signers"
)
ttpCmd
.
Flags
()
.
StringP
(
"addr"
,
"a"
,
"localhost:90
20
"
,
"address of the ttp to be transmitted to signers"
)
startCmd
.
Flags
()
.
IntP
(
"validity"
,
"c"
,
365
,
"validity duration for the child certificates (days)"
)
startCmd
.
Flags
()
.
StringP
(
"address"
,
"a"
,
"0.0.0.0"
,
"address to bind for listening"
)
...
...
Write
Preview
Markdown
is supported
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