Answer the question
In order to leave comments, you need to log in
How to sign a string using cryptcp?
Hello,
I have a computer running Ubuntu OS.
Installed CryptoPRO CSP 5.
I need to sign a string using CSP.
There is an example here: https://ru.stackoverflow.com/questions/1050856/For...
Namely:
cryptcp -signf -dir "/tmp" -der -strict -cert -detached -thumbprint "$thumbprint" -pin "$pin" "/tmp/message"
$thumbprint
$pin
Answer the question
In order to leave comments, you need to log in
If I'm not mistaken,
thumbpint is a fingerprint, it should be in the certificate (public key).
pin - access code to the private key.
It's a little unclear where the indication of the private key is, probably in the form of a container. Or maybe pem
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question