diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-18 00:20:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-18 00:20:45 +0100 |
| commit | 5987367adccc11f514546fe8c679e6c67b069753 (patch) | |
| tree | 724f52173371e429b6caaede7037ceaf732012f9 | |
| parent | d65e2d4a842df4a9321d29906fe1b2daeae5201f (diff) | |
Some docs about keys preferences.
| -rw-r--r-- | doc/manual/Makefile | 2 | ||||
| -rw-r--r-- | doc/manual/dcpomatic.xml | 60 | ||||
| -rw-r--r-- | doc/manual/screenshots/prefs-keys.png | bin | 0 -> 70641 bytes |
3 files changed, 60 insertions, 2 deletions
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 --> +<!-- ============================================================== --> + <chapter xml:id="ch-preferences" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:lang="en"> <title>Preferences</title> @@ -1549,7 +1552,7 @@ behaviour. This chapter explains those options. <para> The preferences dialogue is opened by choosing <guilabel>Preferences...</guilabel> from the <guilabel>Edit</guilabel> -menu. The dialogue is split into seven tabs. +menu. The dialogue is split into eight tabs. </para> <!-- ============================================================== --> @@ -1689,6 +1692,61 @@ converting from common input colour spaces to XYZ. <!-- ============================================================== --> +<section> +<title>Keys</title> + +<para> +The Keys tab (shown in <xref linkend="fig-prefs-keys"/>) holds options +related to the keys and certificates used in some parts of DCP +creation. +</para> + +<figure id="fig-prefs-keys"> + <title>Keys preferences</title> + <mediaobject> + <imageobject> + <imagedata fileref="screenshots/prefs-keys&scs;"/> + </imageobject> + </mediaobject> +</figure> + +<para> +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 <guilabel>Add...</guilabel> and +<guilabel>Remove</guilabel> buttons. +</para> + +<para> +If you want DCP-o-matic to re-create the certificate chain (using new, +random, certificates) click <guilabel>Re-make +certificates...</guilabel> and specify the organisation and common +names that you want to use in the dialogue box that opens. +</para> + +<para> +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 <guilabel>Load...</guilabel>. 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. +</para> + +<para> +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. +</para> + +</section> + +<!-- ============================================================== --> <section xml:id="sec-prefs-tms"> <title>TMS</title> <titleabbrev xml:id="sec-prefs-tms-short">TMS preferences</titleabbrev> diff --git a/doc/manual/screenshots/prefs-keys.png b/doc/manual/screenshots/prefs-keys.png Binary files differnew file mode 100644 index 000000000..1309e4980 --- /dev/null +++ b/doc/manual/screenshots/prefs-keys.png |
