One last quick question, when specifying the target certificate directly with `-C`, do you have any control over the timezone, or do you have to use the test version mentioned earlier in this thread?carl wrote: ↑Thu Mar 21, 2024 10:36 pmRight, `-C` takes the target certificate. You can pass DKDMs to `dcpomatic2_kdm_cli` - so for exampleJust to be clear, `-C` takes the target certificate (like for a projector) as a parameter, correct? And there's currently no way to take in a decryption DKDM for a new DCP other than through the GUI?
would make a KDM for a projector whose certificate is `zoo_palast_screen1.pem` from a DKDM `my_great_film.kdm`. Is that what you need?Code: Select all
dcpomatic2_kdm_cli [...] -C zoo_palast_screen1.pem my_great_film.kdm
Many thanks.