简体   繁体   中英

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

This similar question How to sign PDF with a x.509 signature/certificate has some answers suggesting to use openssl at the command line. This could be done with a microservice and an exec type command using either node or python for example.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM