Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mpcs
dfss
Commits
e27fe54b
Commit
e27fe54b
authored
May 25, 2016
by
Loïck Bonniot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dfssp/cmd/root.go
dfssp/cmd/root.go
+1
-1
No files found.
dfssp/cmd/root.go
View file @
e27fe54b
...
@@ -47,7 +47,7 @@ func init() {
...
@@ -47,7 +47,7 @@ func init() {
ttpCmd
.
Flags
()
.
String
(
"unit"
,
"INSA Rennes"
,
"organizational unit for the ttp certificate"
)
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
()
.
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
(
"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
()
.
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"
)
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