mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2026-01-03 16:59:02 +08:00
fix certificate #36
This commit is contained in:
parent
c991be78a7
commit
7eed53e8e8
@ -38,7 +38,7 @@ namespace NekoRay::fmt {
|
||||
if (!certificate.trimmed().isEmpty()) {
|
||||
tls["certificates"] = QJsonArray{
|
||||
QJsonObject{
|
||||
{"certificate", certificate},
|
||||
{"certificate", QList2QJsonArray(SplitLines(certificate.trimmed()))},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user