-
Notifications
You must be signed in to change notification settings - Fork 0
/
appendix.xml
28 lines (28 loc) · 1.12 KB
/
appendix.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % sharedents SYSTEM "shared-entities.xml" >
%sharedents;
]>
<chapter id="appedix">
<info>
<author>
<firstname>Owen</firstname>
<surname>Synge</surname>
</author>
</info>
<title>Appendix</title>
<section id="Road map">
<title>Road map</title>
<para>The code should also be publishable into a message Queue service provided by a
cloud provider allowing unpublished images to be shared. This work has not been
started.</para>
</section>
<para>If this application is not suitable for your use case it should not be forgotten
that SMIME and json are common standards and can be created in many ways. Below
is an example of how to sign a message using SMIME.</para>
<programlisting>&prompt-user; <userinput>openssl smime -sign -signer .globus/usercred.pem -inkey .globus/userkey.pem \
-in imagelist.json -out imagelist.json.signed</userinput></programlisting>
<para>This may prove useful in the long term.</para>
</chapter>