Activity for nobo

  • nobo nobo modified a comment on discussion Help

    Hello again, I've managed to sign with curl : curl -F workerName=CMSSignerClientSide -F file=@pre-computed-hash.bin --output test.sig -F REQUEST_METADATA.USING_CLIENTSUPPLIED_HASH=true -F REQUEST_METADATA.CLIENTSIDE_HASHDIGESTALGORITHM=SHA-256 http://SignServer:9006/signserver/process The metadata parameters are REQUEST_METADATA.USING_CLIENTSUPPLIED_HASH and REQUEST_METADATA.CLIENTSIDE_HASHDIGESTALGORITHM. I had to capture traffic of signclient request to find out about the name of the metadata attributes...

  • nobo nobo posted a comment on discussion Help

    Hello again, I've managed to sign with curl : curl -F workerName=CMSSignerClientSide -F file=@pre-computed-hash.bin --output test.sig -F REQUEST_METADATA.USING_CLIENTSUPPLIED_HASH=true -F REQUEST_METADATA.CLIENTSIDE_HASHDIGESTALGORITHM=SHA-256 http://SignServer:9006/signserver/process The metadata parameters are REQUEST_METADATA.USING_CLIENTSUPPLIED_HASH and REQUEST_METADATA.CLIENTSIDE_HASHDIGESTALGORITHM. I had to capture traffic of signclient request to find out about the name of the metadata attributes....

  • nobo nobo posted a comment on discussion Help

    Alright, thank you very much. What about signing remotely with a CURL for example ? Does this work ? Are these the right metadata parameters? curl -F USING_CLIENTSUPPLIED_HASH=true -F CLIENTSIDE_HASHDIGESTALGORITHM=SHA-256 ... Cheers, Noboa.

  • nobo nobo modified a comment on discussion Help

    Hello, I'm trying to set Client Side CMSSigner worker, and to be completely honest I'm not 100 % sure of what I'm doing. So I have the following configuration file : # Sample configuration of a CMSSigner. # ## General properties WORKERGENID1.TYPE=PROCESSABLE WORKERGENID1.IMPLEMENTATION_CLASS=org.signserver.module.cmssigner.CMSSigner WORKERGENID1.NAME=CMSSignerClientSide WORKERGENID1.AUTHTYPE=NOAUTH # Crypto token WORKERGENID1.CRYPTOTOKEN=CryptoTokenP12 #WORKERGENID1.CRYPTOTOKEN=CryptoTokenP11 #WORKERGENID1.CRYPTOTOKEN=CryptoTokenP11NG1...

  • nobo nobo modified a comment on discussion Help

    Hello, I'm trying to set Client Side CMSSigner worker, and to be completely honest I'm not 100 % sure of what I'm doing. So I have the following configuration file : # Sample configuration of a CMSSigner. # ## General properties WORKERGENID1.TYPE=PROCESSABLE WORKERGENID1.IMPLEMENTATION_CLASS=org.signserver.module.cmssigner.CMSSigner WORKERGENID1.NAME=CMSSignerClientSide WORKERGENID1.AUTHTYPE=NOAUTH # Crypto token WORKERGENID1.CRYPTOTOKEN=CryptoTokenP12 #WORKERGENID1.CRYPTOTOKEN=CryptoTokenP11 #WORKERGENID1.CRYPTOTOKEN=CryptoTokenP11NG1...

  • nobo nobo modified a comment on discussion Help

    Hello, I'm trying to set Client Side CMSSigner worker, and to be completely honest I'm not 100 % sure of what I'm doing. So I have the following configuration file : # Sample configuration of a CMSSigner. # ## General properties WORKERGENID1.TYPE=PROCESSABLE WORKERGENID1.IMPLEMENTATION_CLASS=org.signserver.module.cmssigner.CMSSigner WORKERGENID1.NAME=CMSSignerClientSide WORKERGENID1.AUTHTYPE=NOAUTH # Crypto token WORKERGENID1.CRYPTOTOKEN=CryptoTokenP12 #WORKERGENID1.CRYPTOTOKEN=CryptoTokenP11 #WORKERGENID1.CRYPTOTOKEN=CryptoTokenP11NG1...

  • nobo nobo posted a comment on discussion Help

    Hello, I'm trying to set Client Side CMSSigner worker, and to be completely honest I'm not 100 % sure of what I'm doing. So I have the following configuration file : # Sample configuration of a CMSSigner. # ## General properties WORKERGENID1.TYPE=PROCESSABLE WORKERGENID1.IMPLEMENTATION_CLASS=org.signserver.module.cmssigner.CMSSigner WORKERGENID1.NAME=CMSSignerClientSide WORKERGENID1.AUTHTYPE=NOAUTH # Crypto token WORKERGENID1.CRYPTOTOKEN=CryptoTokenP12 #WORKERGENID1.CRYPTOTOKEN=CryptoTokenP11 #WORKERGENID1.CRYPTOTOKEN=CryptoTokenP11NG1...

  • nobo nobo posted a comment on discussion Help

    Thank you for the help. I was to able to sign a pdf and protected pdf.

  • nobo nobo posted a comment on discussion Help

    Hello, Total newbie here, learning about digital signature. So I have installed PrimeKey SignServer CE, and created PDFSigner Worker. Then I tried to use Postman to send pdf signing request (PDF included as file), but the server complained about data parameter. So my question is what should I put the data parameters ? is it required when I send the file in filerecievefile ? Is it possible to have an example or an Explain like i'm five :( ? Thank you. PS: Loved the new PrimeKey Doc getting more and...

  • nobo nobo posted a comment on discussion Help

    Hello, I have installed EJBCA and now i want to change some parameters such as certificate serial number length, self registration ... I modified files in ejbca-custom and then executed ant deployear. but it didn't change anything. How i can change these parameters ? i want to do it through file system. Thank you

1