Skip to content

Commit 8e63b72

Browse files
Fixing broken links
1 parent 4bffa04 commit 8e63b72

4 files changed

Lines changed: 24 additions & 22 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/certificates/_index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,27 @@ To upload a certificate authority, follow these steps:
9696

9797
1. Upload a certificate authority in the PEM format.
9898

99+
## Frequently Asked Questions
100+
101+
### Can You Create a `*.mycompany.com` Wildcard Certificate? {#wildcard}
102+
103+
Yes. For [application-level certificates](/developerportal/deploy/application-level-certificates/), a wildcard certificate can only be used within the environments of a single app. This is because the private key is stored securely and cannot be accessed outside the app.
104+
105+
To reuse a wildcard certificate across multiple apps or environments, Mendix Admins can create a central certificate in [Certificate Management](/control-center/certificate-management/). Central certificates can then be selected by Technical Contacts across different apps and environments.
106+
107+
Technical Contacts can select the same wildcard certificate for different environments of the same app by using it with different subdomains. For example, `test.mycompany.com`, `accp.mycompany.com`, and `app.mycompany.com`.
108+
109+
### How Do You Construct an Intermediate Certificate Chain Properly?
110+
111+
Your certificate is signed by a certificate authority (CA) using the CA's intermediate certificate. The intermediate certificate is signed with the CA’s root certificate.
112+
113+
To reach the root certificate, you must link your certificate through the intermediate certificate chain, usually just one intermediate certificate. Occasionally, a CA requires multiple intermediate certificates.
114+
115+
* For application-level certificates, you provide the intermediate certificate chain when uploading the certificate at the application level
116+
* For central certificates, the chain is uploaded by the Mendix Admin
117+
118+
You do not need to provide the root certificate, because every web browser has it in its trusted keystore.
119+
99120
## Read More
100121

101122
* [Transport Layer Security](https://en.wikipedia.org/wiki/Transport_Layer_Security)

content/en/docs/deployment/mendix-cloud-deploy/certificates/application-level-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A private SSL/TLS key and a CSR tied to that key can be created in Mendix Cloud
6161
### Generating a Certificate Request {#Generating}
6262

6363
{{% alert color="info" %}}
64-
When you generate a certificate request at the application level, the resulting certificate is managed locally and applies only to that application. Therefore, Mendix recommends that you do not use a wildcard (`*`) in the domain for which you are requesting a certificate. See [Can You Create a `*.mycompany.com` Wildcard Certificate?](#wildcard), below, for more information.
64+
When you generate a certificate request at the application level, the resulting certificate is managed locally and applies only to that application. Therefore, Mendix recommends that you do not use a wildcard (`*`) in the domain for which you are requesting a certificate. See [Can You Create a `*.mycompany.com` Wildcard Certificate?](/developerportal/deploy/certificates/#wildcard), for more information.
6565
{{% /alert %}}
6666

6767
To create a CSR and an RSA (Rivest–Shamir–Adleman) encryption key, follow these steps:
@@ -179,4 +179,4 @@ To edit an existing custom domain certificate, you need the following:
179179

180180
* access to the certificate request that you created for the current certificate
181181
* [transport rights](/developerportal/deploy/node-permissions/#transport-rights) for all environments of the application
182-
{{% /alert %}}
182+
{{% /alert %}}

content/en/docs/deployment/mendix-cloud-deploy/custom-domains.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -86,25 +86,6 @@ Make sure you have configured a CNAME record for your custom domain with your do
8686

8787
## Frequently Asked Questions
8888

89-
### Can You Create a `*.mycompany.com` Wildcard Certificate? {#wildcard}
90-
91-
Yes. For application-level certificates, a wildcard certificate can only be used within the environments of a single app. This is because the private key is stored securely and cannot be accessed outside the app.
92-
93-
To reuse a wildcard certificate across multiple apps or environments, Mendix Admins can create a central certificate in [Certificate Management](/control-center/certificate-management/). Central certificates can then be selected by Technical Contacts across different apps and environments.
94-
95-
Technical Contacts can select the same wildcard certificate for different environments of the same app by using it with different subdomains. For example, `test.mycompany.com`, `accp.mycompany.com`, and `app.mycompany.com`.
96-
97-
### How Do You Construct an Intermediate Certificate Chain Properly?
98-
99-
Your certificate is signed by a certificate authority (CA) using the CA's intermediate certificate. The intermediate certificate is signed with the CA’s root certificate.
100-
101-
To reach the root certificate, you must link your certificate through the intermediate certificate chain, usually just one intermediate certificate. Occasionally, a CA requires multiple intermediate certificates.
102-
103-
* For application-level certificates, you provide the intermediate certificate chain when uploading the certificate at the application level
104-
* For central certificates, the chain is uploaded by the Mendix Admin
105-
106-
You do not need to provide the root certificate, because every web browser has it in its trusted keystore.
107-
10889
### How Do You Get my SAML Metadata or CommunityCommons.GetApplicationUrl to Use the Custom URL? {#use-custom-url}
10990

11091
For certain use cases, it is important for the Mendix runtime to know the public URL of your applications. This is most commonly needed when your app generates links back to itself.

content/en/docs/marketplace/platform-supported-content/modules/document-generation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The [PDF Document Generation](https://marketplace.mendix.com/link/component/2115
3131
{{% alert color="info" %}}We only support apps that allow bi-directional communication with the PDF Service in Mendix Cloud for all deployment types except for on-premises, and for the [Private PDF Document Generation Service](/appstore/services/private-document-generation-service/).{{% /alert %}}
3232
* The maximum file size is 25 MB per document. If your document exceeds this limit, the action will result in an exception. We recommend compressing high-resolution images to reduce their file size.
3333
* If your app is configured to [restrict access for incoming requests](/developerportal/deploy/access-restrictions/) using client certificates, our cloud service will not be able to reach your app, and the module will not work properly.
34-
* If your app uses a custom domain, you must configure a custom SSL/TLS domain certificate signed by a trusted public authority, including all intermediate certificates if applicable. Self-signed certificates will cause the service to fail. For more information, see [Obtaining a new signed certificate](/developerportal/deploy/custom-domains/#obtaining-a-new-signed-certificate).
34+
* If your app uses a custom domain, you must configure a custom SSL/TLS domain certificate signed by a trusted public authority, including all intermediate certificates if applicable. Self-signed certificates will cause the service to fail. For more information, see [Obtaining a new signed certificate](/developerportal/deploy/application-level-certificates/#obtaining-a-new-signed-certificate).
3535
* We use a fixed 30 second timeout for the page to finish loading and rendering. A timeout exception is thrown if the page content did not finish loading within 30 seconds.
3636
* Widgets or add-ons for your `index.html` file that perform long polling network requests are not supported. The document generation service waits until there are no more pending network requests.
3737
* Some widgets, such as [Charts](/appstore/widgets/charts/), might be rendered inconsistently in the generated PDF due to factors like animation.

0 commit comments

Comments
 (0)