From 55d0c38470b9a930745c0432335740b0bf4ee2ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:09:53 -0500 Subject: [PATCH] CASMTRIAGE-7215 Update prepare_site_init.md (#5304) * Update prepare_site_init.md Signed-off-by: ganesh s <124240773+ganeshs-hpe@users.noreply.github.com> (cherry picked from commit 80d597176598436ff98e05e659ea36e0a54974e7) * Update prepare_site_init.md Signed-off-by: ganesh s <124240773+ganeshs-hpe@users.noreply.github.com> (cherry picked from commit 0c79fc77e17b6ac9593176445c97b02386881cd0) * Update install/prepare_site_init.md Signed-off-by: Russell Bunch (cherry picked from commit ac690b0621023018cb8c295c7fe34c82638b6d3b) * Update install/prepare_site_init.md Signed-off-by: Nathan Rockershousen (cherry picked from commit ea0b13fc9e5f988ef1e7c54a4597a8c91c91bde5) --------- Co-authored-by: ganesh s <124240773+ganeshs-hpe@users.noreply.github.com> Co-authored-by: Russell Bunch Co-authored-by: Nathan Rockershousen --- install/prepare_site_init.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install/prepare_site_init.md b/install/prepare_site_init.md index b58180868151..4c86f30f72e6 100644 --- a/install/prepare_site_init.md +++ b/install/prepare_site_init.md @@ -238,6 +238,13 @@ with system-specific customizations. -keystore /data/certs.jks -storepass password -noprompt ``` + > **`NOTE`** If the command is executed multiple times by oversight, then the console will display the following and may be ignored + > to proceed further. + + ```text + keytool error: java.lang.Exception: Certificate not imported, alias already exists + ``` + 1. (`pit#`) Create `certs.jks.b64` by base-64 encoding `certs.jks`. ```bash