aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-06-20 15:24:36 +0200
committerLoïc Hoguin <[email protected]>2013-06-20 16:01:58 +0200
commitfdf2bc93f69a09af22eb32d063aea15e4b1146e1 (patch)
tree139fe36e57d8eb9855629ca49f7d7c0fa3bd6e0c /manual
parent2923de944fa3f88fafec4318bfeb0ee59f47cee2 (diff)
downloadcowboy-fdf2bc93f69a09af22eb32d063aea15e4b1146e1.tar.gz
cowboy-fdf2bc93f69a09af22eb32d063aea15e4b1146e1.tar.bz2
cowboy-fdf2bc93f69a09af22eb32d063aea15e4b1146e1.zip
Add asn1 to the list of applications to be started for SSL
Required since R16B01. And apparently needed in some cases before.
Diffstat (limited to 'manual')
-rw-r--r--manual/cowboy_app.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/cowboy_app.md b/manual/cowboy_app.md
index 5311109..9fe316d 100644
--- a/manual/cowboy_app.md
+++ b/manual/cowboy_app.md
@@ -15,7 +15,7 @@ environment this means that they need to be started with the
application is started.
The `cowboy` application also uses the Erlang applications
-`public_key` and `ssl` when listening for HTTPS connections.
+`asn1`, `public_key` and `ssl` when listening for HTTPS connections.
These are started automatically if they weren't before.
Environment