Wei-Chiu Chuang created HDDS-14493:
--------------------------------------

             Summary: [Website v2] [Docs] [Administrator Guide] Configuring 
HTTPS for Web UI
                 Key: HDDS-14493
                 URL: https://issues.apache.org/jira/browse/HDDS-14493
             Project: Apache Ozone
          Issue Type: Sub-task
          Components: documentation
            Reporter: Wei-Chiu Chuang


Add a page "Configuring HTTPS for Web UI" under Administrator Guide -> Security 
-> Encryption -> Network Encryption:
h1. Enable https for service roles (OM, SCM, Datanode, Httpfs, Recon, S3G):

ozone.http.policy: default is HTTP_ONLY. If HTTPS_ONLY or HTTP_AND_HTTPS, https 
is enabled.

Server key store and trust store configurations.

Https uses different ports than http. For example, ozone.om.http-address 
(0.0.0.0:9874) vs ozone.om.https-address (0.0.0.0:9875)

 
ozone.https.server.keystore.resource
ssl.server.keystore.keypassword

ssl.server.keystore.location

ssl.server.keystore.password

ssl.server.truststore.location

ssl.server.truststore.password
h1. mTLS:

mTLS, where SSL client certificate authentication is required: 
ozone.https.client.need-auth (default is false)
ozone.https.client.keystore.resource



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to