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

Shower...

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