beb24ce2b0
CA certificates used for SSL based applications. The package installs CA certificates to /usr/share/ca-certificates and creates symbolic links under /etc/ssl/certs. For example, the existing libcurl package will use these certificates for https urls. Based on the debian ca-certifcates package. [Peter: fixup comments as pointed out by Yann] Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
415 B
Plaintext
12 lines
415 B
Plaintext
config BR2_PACKAGE_CA_CERTIFICATES
|
|
bool "CA Certificates"
|
|
help
|
|
This package includes PEM files of CA certificates to allow
|
|
SSL-based applications to check for the authenticity of SSL
|
|
connections.
|
|
|
|
It includes, among others, certificate authorities used by the
|
|
Debian infrastructure and those shipped with Mozilla's browsers.
|
|
|
|
http://anonscm.debian.org/gitweb/?p=collab-maint/ca-certificates.git
|