Open SergenN opened 2 years ago
This is Acrobat that decides which info to show. I think when the name is missing from the Certificate it will use the name given in UserSignatureInfo
.
So try to create a new certificate without a username.
Removing user information from the certificate does result in the correct data being displayed. I wonder if there is a way to override this behaviour as certain certificates are provided with the information pre-filled.
When a document is signed by running the sign_doc.rs the information defined in the UserSignatureInfo struct is ignored by acrobat. Instead it takes user information from the certificate instead.