Instances of the Certificate class can be created using the new keyword
or by calling crypto.Certificate() as a function:
const crypto = require('crypto');const cert1 = new crypto.Certificate();const cert2 = crypto.Certificate();
Instances of the Certificate class can be created using the new keyword
or by calling crypto.Certificate() as a function:
const crypto = require('crypto');const cert1 = new crypto.Certificate();const cert2 = crypto.Certificate();
若有收获,就点个赞吧
0 人点赞
让时间为你证明