提交 63d4b744 编写于 作者: C Christof Marti

Shower...

上级 711f9a6b
......@@ -474,7 +474,7 @@ function readWindowsCaCertificates() {
return {
certs,
append: true
}
};
}
async function readMacCaCertificates() {
......@@ -485,7 +485,7 @@ async function readMacCaCertificates() {
return {
certs,
append: true
}
};
}
async function readLinuxCaCertificates() {
......@@ -496,7 +496,7 @@ async function readLinuxCaCertificates() {
return {
certs,
append: false
}
};
}
function derToPem(blob) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册