shaka-packager/html/_sources/options/playready_encryption_option...

36 lines
991 B
Plaintext
Raw Normal View History

2018-05-23 23:12:00 +00:00
PlayReady encryption options
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
--enable_playready_encryption
2018-08-16 00:35:22 +00:00
Enable encryption with PlayReady key. This generates PlayReady protection
system if --protection_systems is not specified. Use --protection_system to
generate multiple protection systems.
--playready_server_url <url>
2018-05-23 23:12:00 +00:00
PlayReady packaging server url.
--program_identifier <program_identifier>
Program identifier for packaging request.
--ca_file <file path>
Absolute path to the certificate authority file for the server cert.
2018-08-16 00:35:22 +00:00
PEM format. Optional, depends on server configuration.
--client_cert_file <file path>
2018-08-16 00:35:22 +00:00
Absolute path to client certificate file. Optional, depends on server
configuration.
--client_cert_private_key_file <file path>
2018-08-16 00:35:22 +00:00
Absolute path to the private key file. Optional, depends on server
configuration.
--client_cert_private_key_password <string>
2018-08-16 00:35:22 +00:00
Password to the private key file. Optional, depends on server configuration.