提交 7a92ab42 编写于 作者: I i-am-a-little-bird

bugfix

Signed-off-by: Ni-am-a-little-bird <zhangbing6@huawei.com>
上级 a180cddf
...@@ -1499,9 +1499,7 @@ onClientAuthenticationRequest(callback: (event: {handler : ClientAuthenticationH ...@@ -1499,9 +1499,7 @@ onClientAuthenticationRequest(callback: (event: {handler : ClientAuthenticationH
primaryButton: { primaryButton: {
value: 'confirm', value: 'confirm',
action: () => { action: () => {
let priKeyFile: string = "/system/etc/ssl/certs/examplePriKey.pk8"; event.handler.confirm("/system/etc/ssl/certs/user.pk8", "/system/etc/ssl/certs/chain-user.pem");
let certChianFile: string = "/system/etc/ssl/certs/exampleCertChian.pem";
event.handler.confirm(priKeyFile, certChianFile);
} }
}, },
secondaryButton: { secondaryButton: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册