wiki/info/landscape/creating-ec2-image-from-scratch.md
... ...
@@ -23,7 +23,9 @@ I then did a `yum update` and added the following packages:
23 23
- xterm
24 24
- sendmail-cf
25 25
26
-In order to be able to connect to AWS DocumentDB instances, the corresponding certificate must be installed into the JVM's certificate store:
26
+I copied the JDK7/JDK8 installations, particularly the current sapjvm_8 VM, from an existing SL instance to /opt (using scp).
27
+
28
+In order to be able to connect to AWS DocumentDB instances, the corresponding certificate must be installed into the JVM's certificate store (2 separate commands):
27 29
28 30
```
29 31
wget -O /tmp/rds.pem https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem
... ...
@@ -77,7 +79,6 @@ MaxStartups 100
77 79
to allow root shell login, and allow for several concurrent SSH connections (up to 100) starting up around the
78 80
same time.
79 81
80
-I copied the JDK7/JDK8 installations, particularly the current sapjvm_8 VM, from an existing SL instance to /opt.
81 82
82 83
I linked /etc/init.d/sailing to /home/sailing/code/configuration/sailing and added the following links to it:
83 84