From 5987367adccc11f514546fe8c679e6c67b069753 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Sep 2014 00:20:45 +0100 Subject: Some docs about keys preferences. --- doc/manual/Makefile | 2 +- doc/manual/dcpomatic.xml | 60 +++++++++++++++++++++++++++++++++- doc/manual/screenshots/prefs-keys.png | Bin 0 -> 70641 bytes 3 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 doc/manual/screenshots/prefs-keys.png (limited to 'doc') diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 55d888b2e..5ca5700f9 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -9,7 +9,7 @@ SCREENSHOTS := file-new.png video-new-film.png still-new-film.png video-select-c still-select-content-file.png examine-thumbs.png examine-content.png timing-tab.png \ calculate-audio-gain.png add-file.png dcp-tab.png colour-conversion.png \ prefs-kdm-email.png prefs-colour-conversions.png prefs-metadata.png prefs-general.png prefs-tms.png \ - prefs-advanced.png prefs-defaults.png prefs-servers.png \ + prefs-advanced.png prefs-defaults.png prefs-servers.png prefs-keys.png \ making-dcp.png filters.png video-tab.png audio-tab.png subtitles-tab.png timing-tab.png \ audio-plot.png audio-map-eg1.png audio-map-eg2.png audio-map-eg3.png kdm.png diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index cd27bef72..179d4e1a4 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -1533,6 +1533,9 @@ generate the KDMs. + + + Preferences @@ -1549,7 +1552,7 @@ behaviour. This chapter explains those options. The preferences dialogue is opened by choosing Preferences... from the Edit -menu. The dialogue is split into seven tabs. +menu. The dialogue is split into eight tabs. @@ -1688,6 +1691,61 @@ converting from common input colour spaces to XYZ. + +
+Keys + + +The Keys tab (shown in ) holds options +related to the keys and certificates used in some parts of DCP +creation. + + +
+ Keys preferences + + + + + +
+ + +At the top of the tab is the chain of certificates that will be used +to sign DCPs and KDMs. DCP-o-matic creates a random chain when you +first run it, so if you are happy to use a randomly-generated chain +you can ignore the preferences. Otherwise, you can add or remove +certificates from the chain using the Add... and +Remove buttons. + + + +If you want DCP-o-matic to re-create the certificate chain (using new, +random, certificates) click Re-make +certificates... and specify the organisation and common +names that you want to use in the dialogue box that opens. + + + +Underneath the certificate chain is the private key that corresponds +to the leaf certificate in the chain. You can specify your own +private key by clicking Load.... You must do +this if you change the leaf certificate, so that the leaf private key +corresponds to the public key held in the leaf certificate. + + + +The bottom of the tab specifies the certificate and private key that +is used to decrypt DCPs if they are imported as sources to +DCP-o-matic. If you want to import an encrypted DCP you will need to +give the decryption certificate to the distributor of the DCP so that +they can generate a DKDM for you. As with the certificate chain, +DCP-o-matic will create a certificate and private key for you. You +can also choose to load your own certificate and key. + + +
+
TMS diff --git a/doc/manual/screenshots/prefs-keys.png b/doc/manual/screenshots/prefs-keys.png new file mode 100644 index 000000000..1309e4980 Binary files /dev/null and b/doc/manual/screenshots/prefs-keys.png differ -- cgit v1.2.3