Since our university ditched both Adobe and Master PDF, and the new PDF solution is not available for #Ubuntu#Linux, I was looking for a viable PDF signing solution. It appears that the new #GNOMEPapers app actually supports this! With caveats … 1/
The first issue was getting Papers to find my certificates. After digging in the Poppler source code, I found that they hard-code the path they check as '$HOME/.mozilla/firefox'. But Ubuntu ships the #snap version of Firefox, which uses '$HOME/snap/firefox/common'. Could solve this by soft linking the snap profile dir to the expected one. (Just copying cert9.db and key4.db also worked.) Now I can sign! 2/
But Papers itself shows a warning that the signature is not valid. Still have to find out why. It doesn’t tell much, unfortunately. Using other checkers, it might be that it either cannot establish the certificate path (unknown root cert), and/or that the 'signing-time' property is missing. 3/3
Firefox 137 Released with Address Bar Revamp & Tab Groups
Tab grouping is the latest big-ticket feature addition to get added to Mozilla Firefox, which sees a new stable release roll out from today. Last month's
@fmbdx Thanks! I think that only means adding a hand-written signature, not an actual certificate-based signature, though? (The terminology in this space it utterly confusing …)
Stirling PDF : le couteau suisse pour gérer vos fichiers PDF via navigateur
Bonjour, Que cela soit à titre personnel ou professionnel, on peut vite être amené à lire ou manipuler des fichiers PDF lors de démarches administratives. Il est d’ailleurs fréquent que je vo…
@awinkler It might be, I’m just a bit hesitant to pull in half of KDE just to sign a document. But it’s probably the most stable solution, you’re right. And then this year our university actually started its own online signing service. IANASR (I am not a security researcher), I just find it weird that the service uses a single, university-wide signing key, while we can all get our personal certificates.