~ubuntu-branches/ubuntu/precise/kde-runtime/precise-updates

« back to all changes in this revision

Viewing changes to doc/kcontrol/kcm_ssl/index.docbook

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-11-20 15:46:42 UTC
  • mfrom: (18.1.5 precise-proposed)
  • Revision ID: package-import@ubuntu.com-20141120154642-hyesdbuvsk78ihtz
Tags: 4:4.8.5-0ubuntu0.3
* SECURITY UPDATE: Insufficient Input Validation By IO Slaves and
  Webkit Part
 - Add upstream_CVE-2014-8600.diff to escape protocol twice: once
   for i18n, and once for HTML
 - https://www.kde.org/info/security/advisory-20141113-1.txt
 - CVE-2014-8600
 - LP: #1393479

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
 
3
"dtd/kdex.dtd" [
 
4
  <!ENTITY % addindex "IGNORE">
 
5
  <!ENTITY % English "INCLUDE">
 
6
]>
 
7
<article lang="&language;">
 
8
<title>SSL Versions and Certificates</title>
 
9
<articleinfo>
 
10
<authorgroup>
 
11
<author><firstname>Subhashish</firstname> <surname>Pradhan</surname></author>
 
12
<author>&TC.Hollingsworth; &TC.Hollingsworth.mail;</author>
 
13
<!-- TRANS:ROLES_OF_TRANSLATORS -->
 
14
</authorgroup>
 
15
 
 
16
<date>2012-01-31</date>
 
17
<releaseinfo>&kde; 4.8</releaseinfo>
 
18
 
 
19
<keywordset>
 
20
<keyword>KDE</keyword>
 
21
<keyword>Systemsettings</keyword>
 
22
<keyword>SSL</keyword>
 
23
<keyword>certificates</keyword>
 
24
</keywordset>
 
25
</articleinfo>
 
26
 
 
27
<sect1 id="intro">
 
28
<title>Introduction</title>
 
29
<para>&kde; provides a list of all the X.509 certificates used by the system. They
 
30
can be accessed in the <guilabel>SSL Preferences</guilabel> module in
 
31
&systemsettings;.</para>
 
32
 
 
33
<para>This module provides a categorized listing of all SSL versions and
 
34
certificates. You can see the details of each of the certificates and add, delete,
 
35
disable, or enable them.</para>
 
36
 
 
37
<para>The certificates are categorized into <guilabel>System certificates</guilabel>
 
38
and <guilabel>User-added certificates</guilabel>. The <guilabel>System
 
39
certificates</guilabel> are further categorized by the organization that issued
 
40
them.</para>
 
41
 
 
42
<screenshot id="screenshot-module">
 
43
<screeninfo>The SSL Versions and Certificates Module</screeninfo>
 
44
<mediaobject>
 
45
<imageobject><imagedata fileref="module.png" format="PNG"/></imageobject>
 
46
<textobject><phrase>The SSL Versions and Certificates module.</phrase></textobject>
 
47
</mediaobject>
 
48
</screenshot>
 
49
 
 
50
<sect2 id="details">
 
51
<title>Viewing the Details of a Certificate</title>
 
52
 
 
53
<para>Select a certificate under a listed organization, and click on the
 
54
<guibutton>Display</guibutton> underneath the list to view the details of the
 
55
certificate.</para>
 
56
 
 
57
<screenshot id="screenshot-details">
 
58
<screeninfo>Viewing the Details of a Certificate</screeninfo>
 
59
<mediaobject>
 
60
<imageobject><imagedata fileref="details.png" format="PNG"/></imageobject>
 
61
<textobject><phrase>The certificate details window.</phrase></textobject>
 
62
</mediaobject>
 
63
</screenshot>
 
64
 
 
65
</sect2>
 
66
 
 
67
<sect2 id="enable-disable">
 
68
<title>Enabling or Disabling a Certificate</title>
 
69
 
 
70
<para>First, select a certificate listed under an organization.  Then, click the
 
71
<guibutton>Enable</guibutton> button to enable the certificate, or click the
 
72
<guibutton>Disable</guibutton> button to disable an enabled certificate.</para>
 
73
 
 
74
<para>Alternatively, you can enable or disable a certificate by selecting or
 
75
clearing the check box before the certificate.</para>
 
76
 
 
77
<tip>
 
78
<para>You can enable or disable multiple certificates by selecting them while
 
79
holding the &Ctrl; key and then clicking on the <guibutton>Enable</guibutton> or
 
80
<guibutton>Disable</guibutton> button below the list.</para>
 
81
</tip>
 
82
 
 
83
</sect2>
 
84
 
 
85
<sect2 id="add">
 
86
<title>Adding a Certificate</title>
 
87
 
 
88
<!--link file selector dialog to buildingblocks when its done-->
 
89
<para>First, click on the <guibutton>Add</guibutton> button below the certificate
 
90
list.  It will open the file selector dialog allowing you to locate where the
 
91
certificate files are stored.  After locating the certificate file, select it
 
92
and click on the <guibutton>Open</guibutton> button to add it.</para>
 
93
 
 
94
<note>
 
95
<para>The certificates must be in one of the following formats:
 
96
<acronym>DER</acronym>, <acronym>PEM</acronym>, or &Netscape;-encoded X.509
 
97
certificate.</para>
 
98
</note>
 
99
 
 
100
</sect2>
 
101
 
 
102
<sect2 id="remove">
 
103
<title>Removing a Certificate</title>
 
104
 
 
105
<para>Select the listed certificate that you want to remove, and click the
 
106
<guibutton>Remove</guibutton> button to remove the certificate.</para>
 
107
 
 
108
<important>
 
109
<para>System certificates cannot be removed.</para>
 
110
</important>
 
111
 
 
112
</sect2>
 
113
 
 
114
<sect2 id="ack">
 
115
<title>Thanks and Acknowledgments</title>
 
116
 
 
117
<para>Special thanks to Google Code-In 2011 participant Subhashish Pradhan for
 
118
writing this article.</para>
 
119
 
 
120
</sect2>
 
121
 
 
122
</sect1>
 
123
 
 
124
</article>
 
125
 
 
126
<!--
 
127
Local Variables:
 
128
mode: xml
 
129
sgml-minimize-attributes:nil
 
130
sgml-general-insert-case:lower
 
131
sgml-indent-step:0
 
132
sgml-indent-data:nil
 
133
End:;
 
134
-->