Continue to support INSECURE HTTP protocol for bootimage.iso downloads (dsr10)

Change-Id: Ibd19ebc7d6a16683db8d8af16a0cac3a5793b308
Signed-off-by: Suzana Fernandes <Suzana.Fernandes@windriver.com>
This commit is contained in:
Suzana Fernandes 2024-12-13 17:10:44 +00:00 committed by Juanita-Balaraj
parent 16e1d08027
commit 4a963a7bab

View File

@ -28,8 +28,19 @@ When secure HTTPS connectivity is enabled, HTTP is disabled.
changes to be displayed accurately in Horizon.
Moving forward, the system will be have HTTPS enabled by default, as the REST
Moving forward, the system will have HTTPS enabled by default, as the REST
API & Web Server certificate will be issued from bootstrap using the Platform
Issuer (``system-local-ca``). This certificate will be renewed by cert-manager,
and can be updated using procedure in
:ref:`migrate-platform-certificates-to-use-cert-manager-c0b1727e4e5d`.
:ref:`migrate-platform-certificates-to-use-cert-manager-c0b1727e4e5d`.
.. note::
Disabling HTTPS should be limited to strictly necessary situations, and the
usage should be considered deprecated. The following commands can be used
to modify the HTTPS enabled configuration:
.. code-block:: none
system modify -p true|false
system modify --https_enabled true|false