n20-common-lib 2.16.0 → 2.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -196,7 +196,7 @@ export function updateCert(cspName) {
|
|
|
196
196
|
}
|
|
197
197
|
})
|
|
198
198
|
//生成新容器并下载证书
|
|
199
|
-
let res = IWSA_rsa_csp_genContainerP10('true', '1024', dn, '', '', '', 'false', 'false')
|
|
199
|
+
let res = IWSA_rsa_csp_genContainerP10('true', window.updateCertSize || '1024', dn, '', '', '', 'false', 'false')
|
|
200
200
|
if (res[0] === '0') {
|
|
201
201
|
axios
|
|
202
202
|
.post(`/bems/prod_1.0/dssc/sign/getDnCertBase64`, {
|