You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a PDF signing module using Laravel 11 and a docker container of SignServer. The main idea is that several people will be capable of using this module to sign official documents using their digital certificates.
I created a script that replaces the PKCS12 file the CryptoWorker utilize but using the same file name and path, then reloads the CryptoWorker so the PDFSigner signs using the new PKCS12.
The main issue is when two people want to sign a document at the same time, if the first one uploads its digital certificates but doesn't signs and then the second one uploads its and does signs, then when the first one wants to sign it will sign using the certificates of the second one.
Is there a way to create and drop workers through Administration CLI or Administration WS Interface or a HTTP Request?
If there is a way, then I can create an individual worker for every person that uses the module and then delete it when it ends using it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am developing a PDF signing module using Laravel 11 and a docker container of SignServer. The main idea is that several people will be capable of using this module to sign official documents using their digital certificates.
I created a script that replaces the PKCS12 file the CryptoWorker utilize but using the same file name and path, then reloads the CryptoWorker so the PDFSigner signs using the new PKCS12.
The main issue is when two people want to sign a document at the same time, if the first one uploads its digital certificates but doesn't signs and then the second one uploads its and does signs, then when the first one wants to sign it will sign using the certificates of the second one.
Is there a way to create and drop workers through Administration CLI or Administration WS Interface or a HTTP Request?
If there is a way, then I can create an individual worker for every person that uses the module and then delete it when it ends using it.
🦅 Any help is appreciated, ty.
Beta Was this translation helpful? Give feedback.
All reactions