From 92722c889fa14eb215fb642213c0f293d60799ad Mon Sep 17 00:00:00 2001 From: mikko-n Date: Mon, 28 Feb 2022 14:34:47 +0200 Subject: [PATCH] Update generate-csr.md Added a note on OpenSSL version incompatibility with macOS / MABS. --- src/enterprise/install/generate-csr.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/enterprise/install/generate-csr.md b/src/enterprise/install/generate-csr.md index 18f76b70c..3ce057cbf 100644 --- a/src/enterprise/install/generate-csr.md +++ b/src/enterprise/install/generate-csr.md @@ -174,6 +174,12 @@ The certificate export is complete. [OpenSSL](https://www.openssl.org/) can be used to generate a Certificate Signing Request (CSR). You can also refer to [this tutorial](https://www.ssl.com/how-to/manually-generate-a-certificate-signing-request-csr-using-openssl/) instead. +
+ +OpenSSL 3.x changed its default algorithm in pkcs12, which is not compatible with embedded Security frameworks in macOS/iOS and subsequently - in MABS. You can alternatively use OpenSSL 1.x. (more details in [Apple Developer forum](https://developer.apple.com/forums/thread/697030?answerId=701291022#701291022) and in [OpenRadar](https://openradar.appspot.com/FB8988319)) + +
+ 1. Open a terminal and browse to a folder where you would like to generate your keypair 1. Input the openssl command with the following arguments to generate the private key and CSR request: