HI Marcus Have you also issued a client certificate from your TrustedCA and have that installed in the web browser? I have the certificate with End Entity profile as TrustedCA(digital signature and key encipherment as key usage and server authentication as extended key usage) and p12 for importing into certificate. If it is not right could you point me on how to do that? Does the browser prompt you to choose your certificate? No it doesn't prompt me to choose anything. Do you get an error message...
HI Marcus Have you also issued a client certificate from your TrustedCA and have that installed in the web browser? I have the certificate with End Entity profile as TrustedCA(digital signature and key encipherment as key usage and server authentication as extended key usage) and p12 for importing into certificate. If it is not right could you point me on how to do that? Does the browser prompt you to choose your certificate? No it doesn't prompt me to choose anything. Do you get an error message...
The thing is that I used EJBCA to have a ROOTCA profile certificate with the name of "TrustedCA.pem". My workflow is to use EJBCA to generate a root CA for SignServer and other certificates for signing etc.
The thing is that I used EJBCA to have a ROOTCA profile certificate with the name of "TrustedCA.pem". what are the next steps?
Hi Can't access to adminweb on the docker installation. First I generated .pem certificate from EJBCA and named it like TrustedCA.pem When I use the volume option like the instruction stated on this link https://hub.docker.com/r/primekey/signserver-ce "-v $(pwd)/TrustedCA.pem:/mnt/external/secrets/tls/cas/ManagementCA.crt \" Log says that can't found :/opt/primekey/secrets/tls/cas/ManagementCA.crt When I place TrustedCA.pem in that place still cannot access to the adminweb. Could you give me a trusted...
Can’t access to adminweb on the docker installation. First I generated .pem certificate from EJBCA and named it like TrustedCA.pem When I use the volume option like the instruction stated on this link https://hub.docker.com/r/primekey/signserver-ce “-v $(pwd)/TrustedCA.pem:/mnt/external/secrets/tls/cas/ManagementCA.crt \” Log says that can’t found :/opt/primekey/secrets/tls/cas/ManagementCA.crt When I place TrustedCA.pem in that place still cannot access to the adminweb. Could you give me a trusted...
Hi We recently tried to migrate to signserver for signing and timestamping pdfs. For samples we deployed signserver with timestamp and pdfsigner with sample cryptotoken (PKSC12) and it worked flawlessly. As now we need to migrate in a production server and we need to have custom cryptotokens for timestamper and pdf signer. Could you point out how could we get cryptotokens with correct certificates. (We need to have custom signer, custom Extended Key Usage etc.)? Thanks
Hi I had this problem using Pocketsphinx-python. You can see code and full log here. Please also tell me how to remove -svspec from python config. Code above is a python code part and log file. MODELDIR = "/usr/local/share/pocketsphinx/model" DATADIR = "/usr/local/share/pocketsphinx/test/data" # Create a decoder with certain model config = Decoder.default_config() config.set_string('-hmm', path.join(MODELDIR, 'en-us/en-us/')) config.set_string('-lm', path.join(MODELDIR, 'en-us/en-us.lm.bin')) #config.set_string('-lm',...