简体   繁体   English

如何在节点 JS 框架中使用 x509 证书文件自签名 pdf

[英]how to self signed a pdf with x509 certificat file in node JS framework

I need to self signed a pdf with x509 certificat file in node JS framework but i don't find any useful package in npm to install it我需要在节点 JS 框架中使用 x509 证书文件自行签署 pdf,但我在 npm 中找不到任何有用的 package 来安装它

This similar question How to sign PDF with a x.509 signature/certificate has some answers suggesting to use openssl at the command line.这个类似的问题How to sign PDF with a x.509 signature/certificate有一些答案建议在命令行使用 openssl。 This could be done with a microservice and an exec type command using either node or python for example.例如,这可以使用节点或 python 的微服务和 exec 类型命令来完成。

This type of feature is much better done as a microservice, as it allows you to swap out the functionality with another/better service at a later date.这种类型的功能最好作为微服务来完成,因为它允许您在以后用另一个/更好的服务交换功能。 As long as you maintain the same API in the microservice, changes will be transparent to your main application只要你在微服务中维护相同的 API,更改对你的主应用程序是透明的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Node.js Web 应用程序中访问原始(或完整)X509 证书 - How do I access the raw (or full) X509 Certificate in a Node.js web app 解析节点中的 x509 证书字符串 - Parse x509 certificate string in node 如何通过将所有选项放入 mongodb 驱动程序的 node.js 驱动程序中的连接字符串中来连接 X509? - How can I connect with X509 by putting all options in the connection string in node.js driver for mongodb? Node.js 12.x 的 AWS Lambda openssl x509 错误 - AWS Lambda openssl x509 error with Node.js 12.x 使用 node js 将 PEM 字符串转换为 X509 证书而不使用 node-forge - Convert PEM string into X509 cert using node js without using node-forge 使用node.js验证带有CA证书的X509证书 - Using node.js to verify a X509 certificate with CA cert 将 x509 证书传递到节点快速服务器,而不是通过 https - Passing x509 certificates into node express server, NOT over https node.js:错误:错误:0B080074:x509证书例程:X509_check_private_key:密钥值不匹配 - node.js : Error: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch 节点JS,如何从P12文件中提取X.509证书? - Node JS, how to extract X.509 Certificate from P12 file? 申请X509证书 - Request with X509 Certificate
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM