Skip to content

Commit

Permalink
more cert and key examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 7, 2016
1 parent 5832be6 commit 329a070
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.40 2016-01-07
6.40 2016-01-08
- Replaced deprecated proxy method in Mojo::Message::Request with an
attribute.
- Added SNI support to all built-in web servers. (bpmedley, sri)
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojo/IOLoop/Server.pm
Expand Up @@ -281,6 +281,7 @@ Path to TLS certificate authority file.
=item tls_cert
tls_cert => '/etc/tls/server.crt'
tls_cert => {'mojolicious.org' => '/etc/tls/mojo.crt'}
Path to the TLS cert file, defaults to a built-in test certificate.
Expand All @@ -294,6 +295,7 @@ L<https://www.openssl.org/docs/manmaster/apps/ciphers.html#CIPHER-STRINGS>.
=item tls_key
tls_key => '/etc/tls/server.key'
tls_key => {'mojolicious.org' => '/etc/tls/mojo.key'}
Path to the TLS key file, defaults to a built-in test key.
Expand Down
2 changes: 2 additions & 0 deletions lib/Mojo/Server/Daemon.pm
Expand Up @@ -387,6 +387,7 @@ Path to TLS certificate authority file used to verify the peer certificate.
=item cert
cert=/etc/tls/server.crt
mojolicious.org_cert=/etc/tls/mojo.crt
Path to the TLS cert file, defaults to a built-in test certificate.
Expand All @@ -400,6 +401,7 @@ L<https://www.openssl.org/docs/manmaster/apps/ciphers.html#CIPHER-STRINGS>.
=item key
key=/etc/tls/server.key
mojolicious.org_key=/etc/tls/mojo.key
Path to the TLS key file, defaults to a built-in test key.
Expand Down

0 comments on commit 329a070

Please sign in to comment.