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:
parent
16e1d08027
commit
4a963a7bab
@ -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
|
Loading…
Reference in New Issue
Block a user