You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: asciidoc/quickstart/eib.adoc
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,44 @@ operatingSystem:
173
173
The values provided in this example are for illustrative purposes only. Please adjust them to fit your specific requirements.
174
174
====
175
175
176
+
[#adding-certificates]
177
+
=== Adding certificates
178
+
179
+
Certificate files with the extension ".pem" or ".crt" stored in the `certificates` directory will be installed in the node system-wide certificate store:
180
+
181
+
[,console]
182
+
----
183
+
.
184
+
├── definition.yaml
185
+
└── certificates
186
+
├── my-ca.pem
187
+
└── my-ca.crt
188
+
----
189
+
190
+
See the https://documentation.suse.com/smart/security/html/tls-certificates/index.html#tls-adding-new-certificates["Securing Communication with TLS Certificate" guide] for more information.
191
+
192
+
[#adding-operating-system-files]
193
+
=== Adding Operating System Files
194
+
195
+
The files placed in the `os-files` directory in the image configuration directory are automatically copied into the filesystem of the built image.
196
+
The exact directory directory will be retained when they are copied.
197
+
For example, if a file exists in a subdirectory named `os-files/etc`, it is placed in the `/etc` directory of the built image.
198
+
199
+
[NOTE]
200
+
====
201
+
If the `os-files` directory exists, it cannot be empty.
0 commit comments