Skip to content

Commit e48fdb1

Browse files
link fix
1 parent 6020562 commit e48fdb1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/developerportal/deploy/private-cloud/private-cloud-cluster/private-cloud-storage-plans.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ In the Postgres plan configuration, enter the following details:
221221
* **Username** - username of the admin/superuser, used by the Mendix Operator to create or delete tenants for app environments; typically, this is set to `postgres`.
222222
* **Password** - username of the admin/superuser; used by the Mendix Operator to create or delete tenants for app environments.
223223
* **Strict TLS** - specifies if the TLS should always be validated.
224-
* Enabling this option will enable full TLS certificate validation and require encryption when connecting to the PostgreSQL server. If the PostgreSQL server has a self-signed certificate, you will also need to configure [custom TLS](#custom-tls) so that the self-signed certificate is accepted.
224+
* Enabling this option will enable full TLS certificate validation and require encryption when connecting to the PostgreSQL server. If the PostgreSQL server has a self-signed certificate, you will also need to configure custom TLS so that the self-signed certificate is accepted.
225225
* Disabling this option will attempt to connect with TLS, but skip certificate validation. If TLS is not supported, it will fall back to an unencrypted connection.
226226

227227
{{% alert color="info" %}}
@@ -315,7 +315,7 @@ In the SQL Server plan configuration, enter the following details:
315315
* **Username** - Username for the admin user, used by the Mendix Operator to create or delete tenants for app environments.
316316
* **Password** - Password for the admin user, used by the Mendix Operator to create or delete tenants for app environments.
317317
* **Strict TLS** - Specifies if TLS should always be validated.
318-
* Enabling this option will enable full TLS certificate validation and require encryption when connecting to SQL Server. If the SQL Server server has a self-signed certificate, you will also need to configure [custom TLS](#custom-tls) so that the self-signed certificate is accepted. Azure SQL supports Strict TLS without any extra TLS configuration - no additional *custom TLS* configuration is required.
318+
* Enabling this option will enable full TLS certificate validation and require encryption when connecting to SQL Server. If the SQL Server server has a self-signed certificate, you will also need to configure custom TLS so that the self-signed certificate is accepted. Azure SQL supports Strict TLS without any extra TLS configuration - no additional *custom TLS* configuration is required.
319319
* Disabling this option will attempt to connect with TLS, but skip certificate validation. If TLS is not supported, it will fall back to an unencrypted connection.
320320
* **Is Azure SQL Server** - Opens additional options that are only available when using Azure SQL (instead of a standalone SQL Server):
321321
* **Elastic Pool** - Specifies an existing Elastic Pool to use (can be left empty if the new app's database should not be using an elastic pool)
@@ -456,7 +456,7 @@ When an existing environment is deleted, the Mendix Operator performs the follow
456456
* Delete that environment's Kubernetes blob file storage credentials secret.
457457

458458
{{% alert color="info" %}}
459-
To use TLS, specify the MinIO URL with an `https` schema, for example `https://minio.local:9000`. If MinIO has a self-signed certificate, you'll also need to configure [custom TLS](#custom-tls) so that the self-signed certificate is accepted.
459+
To use TLS, specify the MinIO URL with an `https` schema, for example `https://minio.local:9000`. If MinIO has a self-signed certificate, you will also need to configure custom TLS so that the self-signed certificate is accepted.
460460

461461
If the MinIO URL is specified with an `http` schema, TLS will not be used.
462462
{{% /alert %}}
@@ -466,7 +466,7 @@ If the MinIO URL is specified with an `http` schema, TLS will not be used.
466466
In the MinIO plan configuration, enter the following details:
467467

468468
* **Endpoint** is the MinIO server API endpoint, for example `http://minio-shared.privatecloud-storage.svc.cluster.local:9000`
469-
* To use TLS, change `http` to `https`. If the MinIO server has a self-signed certificate, you will also need to configure [custom TLS](#custom-tls) so that the self-signed certificate is accepted.
469+
* To use TLS, change `http` to `https`. If the MinIO server has a self-signed certificate, you will also need to configure custom TLS so that the self-signed certificate is accepted.
470470
* **Access Key** is the admin user account access key (username), used by Mendix Operator to create tenants for new environments.
471471
* **Secret Key** is the admin user account secret key (password), used by Mendix Operator to create tenants for new environments.
472472

0 commit comments

Comments
 (0)