MACROMEDIA FLASH MEDIA SERVER 2-SERVER-SIDE ACTIONSCRIPT LANGUAGE Manuale Utente Pagina 162

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 240
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 161
162 Configuration Files
See also
SSLPassPhrase
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.
To prevent plain text passwords appearing in the configuration file, this can be specified by
doing a base64 encoding on the password and setting the
encrypt attribute to "true".
Example
<SSLPassPhrase encrypt="true">dGluY2Fu</SSLPassPhrase>
The encrypted password is equivalent to the plaintext format:
<SSLPassPhrase>tincan</SSLPassPhrase>
or
<SSLPassPhrase encrypt="false" >tincan</SSLPassPhrase>
Even though the tag attribute is named "encrypt", it is not a true encryption. It is a base64
encoding that makes the password less readable.
See also
SSLCACertificateKeyFile
NOTE
Contact Flash Media Server Technical Support before changing the default settings as
listed in this example.
Vedere la pagina 161
1 2 ... 157 158 159 160 161 162 163 164 165 166 167 ... 239 240

Commenti su questo manuale

Nessun commento