https://bugs.documentfoundation.org/show_bug.cgi?id=58184
--- Comment #5 from Juan Picca <[email protected]> --- It works for writer in 5.0.3.2. Steps followed (with certutil tool installed, package libnss3-tools in debian stretch): 1. Create a new certificate database using a password file $ echo 123 > /tmp/user-certs.pass $ mkdir /tmp/user-certs $ certutil -N -f /tmp/user-certs.pass -d /tmp/user-certs 2. Create and add a certificate to the database $ certutil -S -s "CN=My Issuer" -n myissuer -x -t "C,C,C" -f /tmp/user-certs.pass -d /tmp/user-certs 3. Add the database to libreoffice following steps described by Alex: a. Go to Tools > Options > Security > "Certificate ..." button in "Certificate Path". b. Add the path /tmp/user-certs c. Restart writer 4. Sign the file a. Open the file to sign b. Go to File > Digital Signatures > "Sign document..." button c. Use the previous password (123) to open the added certificate database and add the certificate. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
