Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KIT-CA
websearch
Commits
a235e64f
Commit
a235e64f
authored
Mar 17, 2017
by
Heiko Reese
Browse files
Removed debug output
parent
f938849d
Changes
2
Hide whitespace changes
Inline
Side-by-side
cmd_dumpcert/dumpcert.go
→
cmd_dumpcert/
websearch-test-
dumpcert.go
View file @
a235e64f
File moved
redirect.go
View file @
a235e64f
...
...
@@ -49,6 +49,5 @@ func GetIssuer(serial string, ccache *CertCache) (string, error) {
}
func
BuildCertificateLink
(
template
,
ca
,
serial
string
)
string
{
fmt
.
Printf
(
"[%#v] [%#v] [%#v]
\n
"
,
template
,
ca
,
serial
)
return
fmt
.
Sprintf
(
template
,
ca
,
serial
)
}
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