Skip to content

Commit

Permalink
be more specific about certificate use (closes #841)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 9, 2015
1 parent f2507d9 commit 3336f6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.19 2015-09-06
6.19 2015-09-09
- Added code of conduct to Mojolicious::Guides::Contributing.

6.18 2015-09-02
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -380,7 +380,7 @@ These parameters are currently available:
ca=/etc/tls/ca.crt
Path to TLS certificate authority file.
Path to TLS certificate authority file used to verify the peer certificate.
=item cert
Expand Down
5 changes: 3 additions & 2 deletions lib/Mojo/UserAgent.pm
Expand Up @@ -477,8 +477,9 @@ L<Mojo::UserAgent> implements the following attributes.
my $ca = $ua->ca;
$ua = $ua->ca('/etc/tls/ca.crt');
Path to TLS certificate authority file, defaults to the value of the
C<MOJO_CA_FILE> environment variable. Also activates hostname verification.
Path to TLS certificate authority file used to verify the peer certificate,
defaults to the value of the C<MOJO_CA_FILE> environment variable. Also
activates hostname verification.
# Show certificate authorities for debugging
IO::Socket::SSL::set_defaults(
Expand Down

0 comments on commit 3336f6e

Please sign in to comment.