Hi, it would be nice to have CSR in DER format supported. I saw a branch that has already worked on this feature. Any plan to merge it soon?
You already can, I think.
var PEM = require('rsa-csr/lib/pem'); var der = PEM.parseBlock(pem).bytes;
Let me know if that doesn’t work (AFK at the moment).
There is no parseBlock function on rsa-csr/lib/pem. BTW I was able to get a CSR in DER by using the rsaCSR.create function directly. Thanks.
parseBlock
rsa-csr/lib/pem
rsaCSR.create
没有设置依赖项。
该备注对被屏蔽的用户不可见。
删除分支是永久的。虽然已删除的分支在实际被删除前有可能会短时间存在,但这在大多数情况下无法撤销。是否继续?
Hi, it would be nice to have CSR in DER format supported. I saw a branch that has already worked on this feature. Any plan to merge it soon?
You already can, I think.
Let me know if that doesn’t work (AFK at the moment).
There is no
parseBlockfunction onrsa-csr/lib/pem. BTW I was able to get a CSR in DER by using thersaCSR.createfunction directly. Thanks.