Macromedia flash media server 2-managing flash media server ユーザーズマニュアル

ページ / 238
160
Configuration Files
SSLCACertificateKeyFile
This specifies the location of the private key file that corresponds to the public key in the 
certificate specified in 
SSLCertificateFile
 tag. 
Description
If this file is encrypted, a password must be specified for decrypting, and placed in the 
SSLPassPhrase
 tag described below. If an absolute path to the key file is not specified, it is 
assumed to be relative to the adaptor directory.
Example
<SSLCertificateKeyFile type="PEM"></SSLCertificateKeyFile>
The 
type
 attribute specifies the type of encoding used for the certificate key file. The 
encryption format is either PEM (Privacy Enhanced Mail) or ASN1 (Abstract Syntax 
Notation 1). The default is PEM. 
See also
SSLCipherSuite
This tag specifies the suite of encryption ciphers that Flash Media Server uses to secure 
incoming connections.
Description
This tag contains a list of colon-delimited components. A component can be a key exchange 
algorithm, authentication method, encryption method, digest type, or one of a selected 
number of aliases for common groupings. 
<SSLCipherSuite>ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH</SSLCipherSuite>
SSLPassPhrase
This tag specifies the passphrase to use for encrypting the private key file.  
Description
This tag specifies the password to use for decrypting the key file if the key file is encrypted. If 
the key file is not encrypted, this tag is left blank. 
NO
TE
Contact Flash Media Server Technical Support before changing the default settings as 
listed in this example.