mirror of
https://github.com/alireza0/s-ui.git
synced 2026-08-04 15:28:45 +00:00
fix share link pin fingerprint type
This commit is contained in:
parent
d90305c788
commit
bf00cf40e3
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ func prepareTls(t *model.Tls) map[string]interface{} {
|
|||
return nil
|
||||
}
|
||||
if fp := CertSha256Hex(CertPEMFromTLS(iTls)); fp != "" {
|
||||
oTls["certificate_public_key_sha256"] = []string{fp}
|
||||
oTls["certificate_public_key_sha256"] = []interface{}{fp}
|
||||
}
|
||||
|
||||
for k, v := range iTls {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue