From 5c87a47c6a803ca1c04f4c7102852ad34448587a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Wed, 27 Sep 2023 17:18:41 +0200 Subject: [PATCH] docs/rhcos: Add note to update cosa alias --- docs/development-rhcos.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/development-rhcos.md b/docs/development-rhcos.md index 6a9e54d0..2a8d5c61 100644 --- a/docs/development-rhcos.md +++ b/docs/development-rhcos.md @@ -49,9 +49,11 @@ and later. For older versions, see the internal documentation. $ cd rhcos-4.11 ``` -- Make sure that you have setup the internal Red Hat root certificate on your - host system. See the internal documentation. Ask COSA to use those - certificates: +- Make sure that you have setup the latest internal Red Hat root certificates + on your host system. See the internal documentation. + +- Make sure that you have the latest `cosa` alias from the + [documentation][cosa-alias]. Then ask COSA to use those certificates: ``` $ export COREOS_ASSEMBLER_ADD_CERTS='y' ```