Skip to content

Commit 8e5a009

Browse files
committed
Change openssl via customer feedback
Now we link to the de-facto way to download and install open SSL without building it from source.
1 parent cc1c65a commit 8e5a009

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Virtually all certificate formats can be converted to the PKCS12 format. For mor
5454

5555
* [Create a PKCS12 (.pfx or .p12) from OpenSSL files (.pem, .cer, .crt, ...)](https://www.tbs-certificates.co.uk/FAQ/en/288.html)
5656
* [OpenSSL Documentation](https://www.openssl.org/docs/manmaster/man1/openssl.html)
57-
* [Download OpenSSL for Windows](https://openssl-library.org/source/index.html)
57+
* [Download OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html)
5858

5959
You can upload a PKCS12 file by following these steps:
6060

content/en/docs/refguide/mobile/distributing-mobile-apps/distributing-native-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following steps assume you have a Windows machine, but these are equally app
3434

3535
To create a certificate signing request manually, follow these steps:
3636

37-
1. Download the LTS [OpenSSL for Windows](https://openssl-library.org/source/index.html) and install it. You just need to download and install the **Win32 OpenSSL Light** package (get the latest version at the top of the list).
37+
1. Download the LTS [OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html) and install it. You just need to download and install the **Win64 OpenSSL Light** package (get the latest version at the top of the list).
3838
* If the setup process complains about a missing VC++ redistributable libraries package, cancel the installation, and first download and install the **Visual C++ 2008 Redistributables** from the same list of packages (you will be redirected to a Microsoft download page). Install OpenSSL to, for example, *C:\OpenSSL* (make note of this directory, as you will need it in step 3).
3939
2. Open a command line interface (CLI) such as Command Prompt. On most systems, you need to do this as an administrator (right-click the Windows start menu link and select **Run as Administrator**).
4040
3. Generate a private key with the OpenSSL program that you just installed. Replace `C:\OpenSSL` with where you installed OpenSSL in step 1. The private key file is stored at the location specified after the `-out` parameter. The following example will store the file in the root directory of your C: drive (you can change this to anything you want, just select a convenient place and keep track of where the file is stored): `"C:\OpenSSL\bin\openssl.exe" genrsa -out "C:\private.key" 2048`. The command will output "Generating RSA private key, 2048 bit long modulus" and lots of dots and plus signs.

content/en/docs/refguide8/mobile/managing-app-signing-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following steps assume you have a Windows machine, but these are equally app
3636

3737
To create a certificate signing request manually, follow these steps:
3838

39-
1. Download the LTS [OpenSSL for Windows](https://openssl-library.org/source/index.html) and install it. You just need to download and install the **Win32 OpenSSL Light** package (get the latest version at the top of the list).
39+
1. Download the LTS [OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html) and install it. You just need to download and install the **Win64 OpenSSL Light** package (get the latest version at the top of the list).
4040
* If the setup process complains about a missing VC++ redistributable libraries package, cancel the installation, and first download and install the **Visual C++ 2008 Redistributables** from the same list of packages (you will be redirected to a Microsoft download page). Install OpenSSL to, for example, *C:\OpenSSL* (make note of this directory, as you will need it in step 3).
4141
2. Open a command line interface (CLI) such as Command Prompt. On most systems, you need to do this as an administrator (right-click the Windows start menu link and select **Run as Administrator**).
4242
3. Generate a private key with the OpenSSL program that you just installed. Replace `C:\OpenSSL` with where you installed OpenSSL in step 1. The private key file is stored at the location specified after the `-out` parameter. The following example will store the file in the root directory of your C: drive (you can change this to anything you want, just select a convenient place and keep track of where the file is stored): `"C:\OpenSSL\bin\openssl.exe" genrsa -out "C:\private.key" 2048`. The command will output "Generating RSA private key, 2048 bit long modulus" and lots of dots and plus signs.

content/en/docs/refguide9/mobile/distributing-mobile-apps/distributing-native-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following steps assume you have a Windows machine, but these are equally app
3434

3535
To create a certificate signing request manually, follow these steps:
3636

37-
1. Download the LTS [OpenSSL for Windows](https://openssl-library.org/source/index.html) and install it. You just need to download and install the **Win32 OpenSSL Light** package (get the latest version at the top of the list).
37+
1. Download the LTS [OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html) and install it. You just need to download and install the **Win64 OpenSSL Light** package (get the latest version at the top of the list).
3838
* If the setup process complains about a missing VC++ redistributable libraries package, cancel the installation, and first download and install the **Visual C++ 2008 Redistributables** from the same list of packages (you will be redirected to a Microsoft download page). Install OpenSSL to, for example, *C:\OpenSSL* (make note of this directory, as you will need it in step 3).
3939
2. Open a command line interface (CLI) such as Command Prompt. On most systems, you need to do this as an administrator (right-click the Windows start menu link and select **Run as Administrator**).
4040
3. Generate a private key with the OpenSSL program that you just installed. Replace `C:\OpenSSL` with where you installed OpenSSL in step 1. The private key file is stored at the location specified after the `-out` parameter. The following example will store the file in the root directory of your C: drive (you can change this to anything you want, just select a convenient place and keep track of where the file is stored): `"C:\OpenSSL\bin\openssl.exe" genrsa -out "C:\private.key" 2048`. The command will output "Generating RSA private key, 2048 bit long modulus" and lots of dots and plus signs.

0 commit comments

Comments
 (0)