~ubuntu-branches/ubuntu/natty/ca-certificates/natty

« back to all changes in this revision

Viewing changes to debian/templates

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Kern
  • Date: 2008-08-09 14:58:24 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20080809145824-4g3eot1a99uxmwzj
* New cacert.org.pem joining both CACert Class 1 and Class 3 certificates.
  This file can be used for proper certificate chaining if CACert
  server certificates are used.  The old class3.pem and root.pem
  certificates are deprecated.  This new file could safely serve as
  a replacement for both.  (Closes: #494343)
* This also reintroduces the old name for the CACert certificate,
  thus closing a long-standing bug about its rename to root.crt.
  (Closes: #413766)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# These templates have been reviewed by the debian-l10n-english
 
2
# team
 
3
#
 
4
# If modifications/additions/rewording are needed, please ask
 
5
# debian-l10n-english@lists.debian.org for advice.
 
6
#
 
7
# Even minor modifications require translation updates and such
 
8
# changes should be coordinated with translators and reviewers.
 
9
 
1
10
Template: ca-certificates/trust_new_crts
2
11
Type: select
3
12
_Choices: yes, no, ask
4
13
Default: yes
5
 
_Description: Trust new CAs certificates?
 
14
_Description: Trust new certificates from certificate authorities?
6
15
 This package may install new CA (Certificate Authority) certificates when
7
 
 upgrading.  You may want to check such new CA certificates and select only
 
16
 upgrading. You may want to check such new CA certificates and select only
8
17
 certificates that you trust.
9
18
 .
10
 
  - "yes", new CA certificates will be trusted and installed.
11
 
  - "no", new CA certificates will not be installed by default.
12
 
  - "ask", Ask if you trust each new CA certificates, or not.
 
19
  - yes: new CA certificates will be trusted and installed;
 
20
  - no : new CA certificates will not be installed by default;
 
21
  - ask: prompt for each new CA certificate.
13
22
 
14
23
Template: ca-certificates/new_crts
15
24
Type: multiselect
16
 
_Choices: ${new_crts}
17
 
_Description: Select new certificates to activate:
18
 
 During the upgrade, these new certificates will be added. Do you
19
 
 trust them and want them installed into /etc/ssl/certs?
 
25
Choices: ${new_crts}
 
26
_Description: New certificates to activate:
 
27
 During upgrades, new certificates will be added. Please choose
 
28
 those you trust.
20
29
 
21
30
Template: ca-certificates/enable_crts
22
31
Type: multiselect
23
 
_Choices: ${enable_crts}
24
 
_Description: Select certificates to activate:
 
32
Choices: ${enable_crts}
 
33
_Description: Certificates to activate:
25
34
 This package installs common CA (Certificate Authority) certificates in
26
 
 /usr/share/ca-certificates. You can select certs from these available
27
 
 certs to be installed into /etc/ssl/certs. This package will make symlinks
28
 
 and generate a single file of all your selected certs,
29
 
 /etc/ssl/certs/ca-certificates.crt.
 
35
 /usr/share/ca-certificates.
 
36
 . 
 
37
 Please select the certificate authorities you trust so that their
 
38
 certificates are installed into /etc/ssl/certs. They will be compiled
 
39
 into a single /etc/ssl/certs/ca-certificates.crt file.