Openssl

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
(renamed tag to directive)
Line 3: Line 3:
 
<openssl> configures SSL for a <[[http]]> or <[[srun]]> port using the OpenSSL library. (Requires Resin Professional)
 
<openssl> configures SSL for a <[[http]]> or <[[srun]]> port using the OpenSSL library. (Requires Resin Professional)
  
== tags ==
+
== directives ==
  
 
{| class="type"
 
{| class="type"
!tag||description||default
+
!directive||description||default
 
|-
 
|-
 
||ca-certificate-file||CA file for [[SSL client authentication]]
 
||ca-certificate-file||CA file for [[SSL client authentication]]

Revision as of 20:22, 21 February 2006


<openssl> configures SSL for a <http> or <srun> port using the OpenSSL library. (Requires Resin Professional)

directives

directive description default
ca-certificate-file CA file for SSL client authentication
ca-certificate-path CA directory for SSL client authentication
certificate-file The server's certificate required
certificate-chain-file File containing the certificate chain for SSL client authentication
certificate-key-file The server's private key file required
cipher-suite Specifies cryptographic algorithms allowed
password Specifies the private key password required
protocol SSL3 or TLS TLS
session-cache If true, enables the OpenSSL session cache true
session-cache-timeout How long sessions should be kept in the session cache
unclean-shutdown If true, closing SSL sockets will be forced instead of a clean shutdown false
<verify-client> Sets the SSL client authentication options
verify-depth How deep a verification chain to allow
Personal tools