summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/client.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/client.conf.erb b/templates/client.conf.erb
index 13bfef7..84b8f17 100644
--- a/templates/client.conf.erb
+++ b/templates/client.conf.erb
@@ -34,7 +34,7 @@ end -%>
; Service-level configuration
<%= '[' + name + ']' %>
-<%- %w{accept capath cafile cert ciphers connect crlpath crlfile delay enginenum exec
+<%- %w{accept connect capath cafile cert ciphers crlpath crlfile delay enginenum exec
execargs failover ident key local oscp ocspflag options protocol protocolauthentication
protocolhost protocolpassword protocolusername pty retry session sslversion stack
timeoutbusy timeoutclose timeoutconnect timeoutidle transparent verify}.each do |v|