{{define "keystore.html"}} {{template "base" .}} {{end}} {{define "content"}} {{if .Error}}
| Name | Format |
|---|---|
| {{.Format}} | |
|
Value
{{.Value}}
|
|
| Name | Algorithm | Certificates | |
|---|---|---|---|
| {{.Algorithm}} | {{range $j, $c := .Certificates}}{{if $j}}, {{end}}{{$c}}{{end}} | ||
|
{{if .PublicKeyFull}}
Public Key
{{end}}
{{if .PrivateKeyFull}}
{{.PublicKeyFull}}
Private Key
{{end}}
{{.PrivateKeyFull}}
|
|||