https://issues.apache.org/ooo/show_bug.cgi?id=124701
--- Comment #20 from Kay <[email protected]> --- Hello again -- New info and SUCCESS! from me. It seems, at least according to this article from archlinux wiki -- https://wiki.archlinux.org/index.php/Network_Security_Services that for Linux, Mozilla/nss cert info is now located in $HOME/.pki/nssdb, which is true in my case with opensuse as well. So, including the following in a .bashrc file (or whatever the typical "profile" settings file is for your distro)-- export MOZILLA_CERTIFICATE_FOLDER='sql:$HOME/.pki/nssdb' should work for all Linux users. It did for me. And yes, the 'sql' prefix is needed. When I removed this, I was back to AOO not finding my certificate. I will be happy to add this tidbit to the Release Notes and/or wiki information on the subject. HTH! -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
