Confirmed users
529
edits
| Line 240: | Line 240: | ||
<pre> | <pre> | ||
add ssl cipher MozillaDefault | add ssl cipher MozillaDefault | ||
bind ssl cipher MozillaDefault -cipherName | bind ssl cipher MozillaDefault -cipherName TLS1-DHE-DSS-AES-128-CBC-SHA | ||
bind ssl cipher MozillaDefault -cipherName TLS1-DHE-RSA-AES-128-CBC-SHA | |||
bind ssl cipher MozillaDefault -cipherName TLS1-DHE-DSS-AES-256-CBC-SHA | bind ssl cipher MozillaDefault -cipherName TLS1-DHE-DSS-AES-256-CBC-SHA | ||
bind ssl cipher MozillaDefault -cipherName TLS1-DHE-RSA-AES-256-CBC-SHA | bind ssl cipher MozillaDefault -cipherName TLS1-DHE-RSA-AES-256-CBC-SHA | ||
bind ssl cipher MozillaDefault -cipherName TLS1-AES-256-CBC-SHA | bind ssl cipher MozillaDefault -cipherName TLS1-AES-256-CBC-SHA | ||
bind ssl cipher MozillaDefault -cipherName TLS1-AES-128-CBC-SHA | bind ssl cipher MozillaDefault -cipherName TLS1-AES-128-CBC-SHA | ||
bind ssl cipher MozillaDefault -cipherName SSL3-RC4-SHA | |||
add ssl certKey <domain> -cert <cert> -key <key> | add ssl certKey <domain> -cert <cert> -key <key> | ||
add ssl certKey <intermediateCertName> -cert <intermediateCertName> | add ssl certKey <intermediateCertName> -cert <intermediateCertName> | ||
| Line 256: | Line 256: | ||
</pre> | </pre> | ||
The configuration can be viewed with the following commands: | The configuration can be viewed with the following commands: | ||
* <pre>show ssl cipher MozillaDefault</pre> | |||
<pre> | <pre> | ||
> show ssl vserver marketplace.firefox.com:https | > show ssl vserver marketplace.firefox.com:https | ||
| Line 289: | Line 274: | ||
Push Encryption Trigger: Always | Push Encryption Trigger: Always | ||
Send Close-Notify: YES | Send Close-Notify: YES | ||
</pre> | </pre> | ||
== Apache == | == Apache == | ||