summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemus Turea <Remus.Turea@enea.com>2021-08-06 09:56:03 +0200
committerMiruna Paun <mrpa@enea.se>2021-08-06 14:29:03 +0100
commit3b972fc8c4546117b5a811fcdae407cac77722f5 (patch)
treedba941cdbe1045a613d88d55d49d6c91305219e0
parent904642474b8687ab5337d7e8e2eb34b844659ab1 (diff)
downloadnfv-access-documentation-3b972fc8c4546117b5a811fcdae407cac77722f5.tar.gz
ELCCR-1565 Documentation for SSL certificate change
Change-Id: I0de5bd0bded7d59dc8b86bb79a9ef6668069bd1a Signed-off-by: Remus Turea <Remus.Turea@enea.com>
-rw-r--r--doc/book-enea-edge-getting-started/doc/installation_guide.xml37
-rw-r--r--doc/book-enea-edge-release-info/doc/known_bugs_and_limitations.xml2
2 files changed, 28 insertions, 11 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/installation_guide.xml b/doc/book-enea-edge-getting-started/doc/installation_guide.xml
index 940fc40..a60c986 100644
--- a/doc/book-enea-edge-getting-started/doc/installation_guide.xml
+++ b/doc/book-enea-edge-getting-started/doc/installation_guide.xml
@@ -612,7 +612,24 @@ Enea_Edge_Management_&lt;version&gt;-build&lt;build_number&gt;.tar.gz</programli
612 <note> 612 <note>
613 <para>The generation of the Tomcat self-signed certificate 613 <para>The generation of the Tomcat self-signed certificate
614 should be skipped only if another certificate will be 614 should be skipped only if another certificate will be
615 provided.</para> 615 provided. In case a custom certificate is used, not generated with the
616 <literal>createCertificate.sh</literal> script, the keystore file
617 containing the certificate must be manually copied
618 to the <literal>
619 /opt/ems/ucpemanager/application/config/certificates</literal> folder,
620 after the installation is done. The application must then be
621 restarted in order for the certificate to take effect. The default
622 name of the file is <filename>.Keystore</filename>.</para>
623
624 <para>To change the default name, the configuration file
625 <filename>server.xml</filename> from the
626 <literal>/opt/ems/ucpemanager/application/3rdParty/apache-tomcat/conf/config</literal>
627 folder must be copied to <literal>/opt/ems/ucpemanager/application/config/</literal>.
628 The <literal>keystoreFile</literal> attribute from the <literal>&lt;Connector
629 executor="tomcatThreadPool"</literal> tag must also be changed. Similarly,
630 if a password has been set, it should be added to the
631 <literal>keystorePass</literal> attribute:
632 <literal>keystorePass="NEW_PASSWORD"</literal>.</para>
616 </note> 633 </note>
617 </listitem> 634 </listitem>
618 635
@@ -755,9 +772,9 @@ sdb 8:0 0 111.8G 0 disk
755of=/dev/sdb bs=4M conv=fsync</programlisting> 772of=/dev/sdb bs=4M conv=fsync</programlisting>
756 773
757 <para>Where 774 <para>Where
758 <filename>enea-edge-runtime-&lt;processor&gt;.hddimg</filename> is the 775 <filename>enea-edge-runtime-&lt;processor&gt;.hddimg</filename> is
759 <filename>.hddimg</filename> file and <literal>sdb</literal> is the 776 the <filename>.hddimg</filename> file and <literal>sdb</literal> is
760 assigned USB device name.</para> 777 the assigned USB device name.</para>
761 </listitem> 778 </listitem>
762 </orderedlist> 779 </orderedlist>
763 </section> 780 </section>
@@ -935,9 +952,9 @@ of=/dev/sdb bs=4M conv=fsync</programlisting>
935 <listitem> 952 <listitem>
936 <para>Plug in additional WAN interfaces (if applicable) and 953 <para>Plug in additional WAN interfaces (if applicable) and
937 provide their Layer 3 configuration. An interface can be 954 provide their Layer 3 configuration. An interface can be
938 configured in <literal>dhcp</literal> or 955 configured in <literal>dhcp</literal> or
939 <literal>static</literal> mode. When configured in static 956 <literal>static</literal> mode. When configured in static mode,
940 mode, the following options are available:</para> 957 the following options are available:</para>
941 958
942 <itemizedlist spacing="compact"> 959 <itemizedlist spacing="compact">
943 <listitem> 960 <listitem>
@@ -954,8 +971,8 @@ of=/dev/sdb bs=4M conv=fsync</programlisting>
954 971
955 <listitem> 972 <listitem>
956 <para>DNS Server List (a comma separated list of IPv4 973 <para>DNS Server List (a comma separated list of IPv4
957 addresses) (optional). If left empty it will use the 974 addresses) (optional). If left empty it will use the Gateway
958 Gateway as the DNS, with 1.1.1.1 as fallback.</para> 975 as the DNS, with 1.1.1.1 as fallback.</para>
959 </listitem> 976 </listitem>
960 </itemizedlist> 977 </itemizedlist>
961 </listitem> 978 </listitem>
@@ -1275,4 +1292,4 @@ of=/dev/sdb bs=4M conv=fsync</programlisting>
1275 </note> 1292 </note>
1276 </section> 1293 </section>
1277 </section> 1294 </section>
1278</chapter> 1295</chapter> \ No newline at end of file
diff --git a/doc/book-enea-edge-release-info/doc/known_bugs_and_limitations.xml b/doc/book-enea-edge-release-info/doc/known_bugs_and_limitations.xml
index 08e3e0d..99170d9 100644
--- a/doc/book-enea-edge-release-info/doc/known_bugs_and_limitations.xml
+++ b/doc/book-enea-edge-release-info/doc/known_bugs_and_limitations.xml
@@ -127,7 +127,7 @@
127 <para><remark>ELCCR-1565</remark>Before starting an Enea Edge Management 127 <para><remark>ELCCR-1565</remark>Before starting an Enea Edge Management
128 upgrade, any owned Tomcat certificates should be manually copied into 128 upgrade, any owned Tomcat certificates should be manually copied into
129 the 129 the
130 <literal>/opt/ems/ucpemanager/application/3rdParty/apache-tomcat/conf/certificates</literal> 130 <literal>/opt/ems/ucpemanager/application/config/certificates</literal>
131 folder.</para> 131 folder.</para>
132 </listitem> 132 </listitem>
133 133