2018-04-20 18:06:36 +00:00
|
|
|
PlayReady encryption options
|
2017-09-06 20:57:07 +00:00
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
--enable_playready_encryption
|
|
|
|
|
2018-08-06 23:12:19 +00:00
|
|
|
Enable encryption with PlayReady key. This generates PlayReady protection
|
2018-08-10 20:31:17 +00:00
|
|
|
system if --protection_systems is not specified. Use --protection_system to
|
|
|
|
generate multiple protection systems.
|
2017-09-06 20:57:07 +00:00
|
|
|
|
|
|
|
--playready_server_url <url>
|
|
|
|
|
2018-04-20 18:06:36 +00:00
|
|
|
PlayReady packaging server url.
|
2017-09-06 20:57:07 +00:00
|
|
|
|
|
|
|
--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-10 18:40:10 +00:00
|
|
|
PEM format. Optional, depends on server configuration.
|
2017-09-06 20:57:07 +00:00
|
|
|
|
|
|
|
--client_cert_file <file path>
|
|
|
|
|
2018-08-10 18:40:10 +00:00
|
|
|
Absolute path to client certificate file. Optional, depends on server
|
|
|
|
configuration.
|
2017-09-06 20:57:07 +00:00
|
|
|
|
|
|
|
--client_cert_private_key_file <file path>
|
|
|
|
|
2018-08-10 18:40:10 +00:00
|
|
|
Absolute path to the private key file. Optional, depends on server
|
|
|
|
configuration.
|
2017-09-06 20:57:07 +00:00
|
|
|
|
|
|
|
--client_cert_private_key_password <string>
|
|
|
|
|
2018-08-10 18:40:10 +00:00
|
|
|
Password to the private key file. Optional, depends on server configuration.
|