Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
midori:faq [2017/02/21 14:28] – [Security features] alemaomidori:faq [2017/02/21 14:36] – [Security features] alemao
Line 103: Line 103:
 No key store is available or it's incorrectly setup. By default GNOME keyring can do this. Under Xfce it is recommended to enable "GNOME services" under "Session and Startup settings". To make sure, that the output of "gnome-keyring --startup" is correctly sent to the environment, you can add "export `gnome-keyring-daemon --start`" to .xinitrc. No key store is available or it's incorrectly setup. By default GNOME keyring can do this. Under Xfce it is recommended to enable "GNOME services" under "Session and Startup settings". To make sure, that the output of "gnome-keyring --startup" is correctly sent to the environment, you can add "export `gnome-keyring-daemon --start`" to .xinitrc.
  
-In order to solve it, follow the steps: +In order to solve it, follow the steps:\\  
-1- make sure that gnome-keyring-pkcs11.so exists in your machine, the location can be found with:+1- make sure that gnome-keyring-pkcs11.so exists in your machine, the location can be found with:\\ 
 $ sudo find / -name gnome-keyring-pkcs11.so $ sudo find / -name gnome-keyring-pkcs11.so
-Depending on the architecture it can be under  /usr/lib/x86_64-linux-gnu/pkcs11 /usr/lib/i386-linux-gnu/pkcs11 
-If you don't find them, you must install it: 
  
-**64bit machine**  +Depending on the architecture it can be under /usr/lib/x86_64-linux-gnu/pkcs11 or /usr/lib/i386-linux-gnu/pkcs11\\ 
-sudo apt-get install libp11-kit-gnome-keyring+
  
-**32bit machine**  +If you don't find them, you must install it:\\  
-sudo apt-get install libp11-kit-gnome-keyring:i386+ 
 +**64bit machine: **\\  
 +$ sudo apt-get install libp11-kit-gnome-keyring 
 + 
 +**32bit machine**\\  
 +sudo apt-get install libp11-kit-gnome-keyring:i386
  
 After that the file should be in the expected place.  After that the file should be in the expected place. 
  
-Now **CLOSE** Midori. +2- Now **CLOSE** Midori.
  
-After it is totally closed, run:+3- After it is totally closed, run:
  
-**64bit machine**  +**64bit machine**\\  
-modutil -add gnome-keyring -libfile ./lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so  -mechanisms RSA:DSA -dbdir ~/.config/midori/+modutil -add gnome-keyring -libfile ./lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so  -mechanisms RSA:DSA -dbdir ~/.config/midori/
  
-**32bit machine** +**32bit machine**\\  
-modutil -add gnome-keyring -libfile ./lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so  -mechanisms RSA:DSA -dbdir ~/.config/midori/+modutil -add gnome-keyring -libfile ./lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so  -mechanisms RSA:DSA -dbdir ~/.config/midori/
  
 == A testcase for self-signed certificates == == A testcase for self-signed certificates ==