diff --git a/db-quickstart/db-provision/db-provision.md b/db-quickstart/db-provision/db-provision.md index e2f3f4275..076946209 100644 --- a/db-quickstart/db-provision/db-provision.md +++ b/db-quickstart/db-provision/db-provision.md @@ -10,7 +10,7 @@ This lab walks you through the steps to quickly provision an Oracle Autonomous D Estimated Lab Time: 10 minutes -*Note: While this lab uses ADW, the steps are identical for creating and connecting to an ATP database.* +**Note:** While this lab uses ADW, the steps are identical for creating and connecting to an ATP database. ### Objectives @@ -97,10 +97,10 @@ Estimated Lab Time: 10 minutes ![Create administrator credentials](./images/create-administrator-credentials.png " ") 8. Choose network access: - - For this lab, accept the default, "Secure access from everywhere." - - If you want to allow traffic only from the IP addresses and VCNs you specify - where access to the database from all public IPs or VCNs is blocked, select "Secure access from allowed IPs and VCNs only" in the Choose network access area. - - If you want to restrict access to a private endpoint within an OCI VCN, select "Private endpoint access only" in the Choose network access area. - - If the "Require mutual TLS (mTLS) authentication" option is selected, mTLS will be required to authenticate connections to your Autonomous Database. TLS connections allow you to connect to your Autonomous Database without a wallet, if you use a JDBC thin driver with JDK8 or above. See the [documentation for network options](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/support-tls-mtls-authentication.html#GUID-3F3F1FA4-DD7D-4211-A1D3-A74ED35C0AF5) for options to allow TLS, or to require only mutual TLS (mTLS) authentication. + - For this lab, accept the default, **Secure access from everywhere**. + - If you want to allow traffic only from the IP addresses and VCNs you specify - where access to the database from all public IPs or VCNs is blocked, select **Secure access from allowed IPs and VCNs only** in the Choose network access area. + - If you want to restrict access to a private endpoint within an OCI VCN, select **Private endpoint access only** in the Choose network access area. + - If the **Require mutual TLS (mTLS) authentication** option is selected, mTLS will be required to authenticate connections to your Autonomous Database. TLS connections allow you to connect to your Autonomous Database without a wallet, if you use a JDBC thin driver with JDK8 or above. See the [documentation for network options](https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/support-tls-mtls-authentication.html#GUID-3F3F1FA4-DD7D-4211-A1D3-A74ED35C0AF5) for options to allow TLS, or to require only mutual TLS (mTLS) authentication. ![Choose the network access type.](./images/choose-network-access.png " ")