summaryrefslogtreecommitdiffhomepage
path: root/doc/fribid.7
blob: 6dd3105277f5bf9de5ace422c0011aa43c490d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89

.\"  Copyright (c) 2010-2012 Samuel Lidén Borell <samuel@kodafritt.se>
.\"
.\"  Permission is hereby granted, free of charge, to any person obtaining a copy
.\"  of this software and associated documentation files (the "Software"), to deal
.\"  in the Software without restriction, including without limitation the rights
.\"  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
.\"  copies of the Software, and to permit persons to whom the Software is
.\"  furnished to do so, subject to the following conditions:
.\"  
.\"  The above copyright notice and this permission notice shall be included in
.\"  all copies or substantial portions of the Software.
.\"  
.\"  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
.\"  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
.\"  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
.\"  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
.\"  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
.\"  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
.\"  THE SOFTWARE.

.TH fribid 7 "2014-08-20" "" "FriBID"

.SH NAME
fribid \- a web browser plugin for BankID

.SH DESCRIPTION
FriBID is a web browser plugin for BankID, a kind of electronic ID (e-legitimation) that's used in Sweden.

.SH LIMITATIONS
FriBID supports both file-based electronic IDs (e-legitimation på fil) and card-based electronic IDs (e-legitimation på kort), with some limitations:
.LP
.IP -
The new file formats (NGE/NGP) from the official client of version 4.15.0.14 aren't supported.
.IP -
To change your password/PIN you need to use other programs (such as openssl with the pkcs12 sub-command).
.IP -
To be able to use card-based IDs you need to do some configuration, see http://wiki.fribid.se/sidor/SmartCards (in Swedish).
.LP
The official software, BankID Säkerhetsprogram, does not have these limitations but is proprietary software and supports less platforms and browsers.

.SH OBTAINING A BANKID
There are two types of electronic IDs that you can use from your computer: Cards and files. A card is more secure but has to be ordered by mail, while file-based e-IDs are obtained online through your bank's web site. Both are supported by FriBID, but to use a card BankID you must have a card reader that works with OpenSC. Furthermore, OpenSC might need to be configured for the card reader.

.SH IMPORT AND EXPORT
FriBID uses the directories
.B cbt
and
.B .cbt
(a hidden directory) in your home directory to store file-based electronic IDs. To import and export your IDs, just copy them to or from any of these directories. If neither of the directories exist you can simply create a new directory with either of the names. Note that only the P12 file format is supported, the NGE and NGP formats used in the latest versions of the official software are unsupported.

.SH CONFIGURATION
FriBID loads the configuration file
.B ~/.config/fribid/config
if it exists. Below is an example. The first option controls which PKCS#11 module to use for smartcard support (or for other cryptographic tokens). The default is to use OpenSC's PKCS#11 module. The second option sets the software version that FriBID should pretend to be. The default is 4.15.0.14, since FriBID doesn't support some features in the more recent versions yet. The last option is for troubleshooting and enables dumping of retreived certificates to files in ~/cbt/ when an error occurs. It is disabled by default.

.IP
[pkcs11]
.br
module=/path/to/pkcs11/module
.br

.br
[expiry]
.br
version-to-emulate=4.19.0.11351

.br
[debug]
.br
dump=true

.SH USING FRIBID
FriBID will start automatically when you visit a web page that uses BankID for the log in system or to sign information. You can check that FriBID works on this page:
.LP
https://fribid.se/test/
.LP
If the web site above would not work for some reason (e.g. in case the browser plugin is not working), there are also test scripts that can be run from the terminal in /usr/share/doc/fribid/examples/, /usr/local/share/doc/fribid/examples/ or an equivalent directory. If the scripts work but the web site does not, then there's very likely a problem with either the plugin or the browser.

.SH NOTES
FriBID is
.B not
an official BankID client, and you use it entirely at your own risk!

.SH FURTHER INFORMATION
More information can be found at the web page:
.LP
https://fribid.se/