keepass_and_owncloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
keepass_and_owncloud [01.12.2016 06:31] Pascal Suterkeepass_and_owncloud [18.05.2021 11:31] (current) Pascal Suter
Line 2: Line 2:
 The original Keepass2 client allows you to use webdav as storage backend for the keepass file where all the passwords are stored. however, it seems to be a bit tricky to get https to work with keepass2 under linux (ubuntu in my case).  The original Keepass2 client allows you to use webdav as storage backend for the keepass file where all the passwords are stored. however, it seems to be a bit tricky to get https to work with keepass2 under linux (ubuntu in my case). 
  
-there are different options which one can try +there is one simple solution to all this, use [[https://keepassxc.org/download/#linux|KeepassXC]] which is a very nice kepass client and it supports webdav out of the box with no issues whatsoever.. also read my other article on [[keepass_as_ssh_agent_with_auto-login_using_gnome_keyring|how to enable auto-unlocking the keepass db upon login and using it as ssh key storage]] 
-  * sync via owncloud client and use the local file + 
-  * use http instead, but that's not recommended if you are accessing your owncloud through the internet +further moreinstall the [[https://chrome.google.com/webstore/detail/keepassxc-browser/oboonakemofpalcgghocfoadofidjkkk?hl=en|chrome plugin for keepassXC]] to also use it as password storage for your browser.
-  * disable ssl certificate verification in keepass2 .. better than nothing, but this still allowes man in the middle attacks. certificate verification can be disabled under ''Options -> Advanced -> File Input/Output Connections -> Accept invalid SSL certificates'' +
-  * import mozilla ssl certificates into mono certificate store: <code>sudo apt-get install mono-devel +
-sudo mozroots --import --sync --machine +
-#if you see an error that it could not download the file, copy/paste the url into your webbrowser. it will redirect to new urlcopy/paste that url to the --url option of the command:  +
-udo mozroots --import --sync --machine --url "https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt" +
-</code>unfortunately this did not work for me but some stated it worked.. maybe reload of some sorts is necessary after that..  +
-  * install the ''ca-certificates-mono'' package, but this seems to only be availble starting ubuntu 16.04 which i haven't been able to test yet+
  • keepass_and_owncloud.1480570304.txt.gz
  • Last modified: 01.12.2016 06:31
  • by Pascal Suter