Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
62e2b58c
Commit
62e2b58c
authored
Mar 06, 2012
by
Tails developers
Browse files
Merge branch 'bugfix/update-ca-for-security-check' into devel
parents
907d6ecb
60d5b66f
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/local/bin/tails-security-check
View file @
62e2b58c
...
...
@@ -53,7 +53,7 @@ use Net::SSLeay;
BEGIN
{
IO::Socket::SSL::
set_ctx_defaults
(
verify_mode
=>
Net::
SSLeay
->
VERIFY_PEER
(),
ca_file
=>
'
/etc/ssl/certs/
cacert.org
.pem
',
ca_file
=>
'
/etc/ssl/certs/
UTN_USERFirst_Hardware_Root_CA
.pem
',
);
}
use
LWP::
UserAgent
;
# needs to be *after* IO::Socket::SSL's initialization
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment