From issues-return-92192-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Fri Feb 14 18:32:03 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id ADF45180661 for ; Fri, 14 Feb 2020 19:32:02 +0100 (CET) Received: (qmail 62059 invoked by uid 500); 14 Feb 2020 18:32:02 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 62000 invoked by uid 99); 14 Feb 2020 18:32:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2020 18:32:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6ACC5E2E39 for ; Fri, 14 Feb 2020 18:32:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id B802A780544 for ; Fri, 14 Feb 2020 18:32:00 +0000 (UTC) Date: Fri, 14 Feb 2020 18:32:00 +0000 (UTC) From: "ASF subversion and git services (Jira)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-7053) Update Toolkit Guide with macOS 10.15 trusted certificate requirements (2048 bit key and max of 825 days of validity) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NIFI-7053?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D17037= 179#comment-17037179 ]=20 ASF subversion and git services commented on NIFI-7053: ------------------------------------------------------- Commit 85cc5689e636bd3e727872e8feb2834cd7ffeb7a in nifi's branch refs/heads= /support/nifi-1.11.x from Andrew Lim [ https://gitbox.apache.org/repos/asf?p=3Dnifi.git;h=3D85cc568 ] NIFI-7053 Update Toolkit Guide with macOS 10.15 requirements for trus=E2=80= =A6 (#4018) * NIFI-7053 Update Toolkit Guide with macOS 10.15 requirements for trusted = certificates * Simplified note about trusted certs in macOS 10.15 Signed-off-by: Andy LoPresto > Update Toolkit Guide with macOS 10.15 trusted certificate requirements (= 2048 bit key and max of 825 days of validity) > -------------------------------------------------------------------------= --------------------------------------------- > > Key: NIFI-7053 > URL: https://issues.apache.org/jira/browse/NIFI-7053 > Project: Apache NiFi > Issue Type: Improvement > Components: Documentation & Website, Security > Reporter: Andrew M. Lim > Assignee: Andrew M. Lim > Priority: Major > Fix For: 1.12.0, 1.11.2 > > Time Spent: 40m > Remaining Estimate: 0h > > I was testing secured NiFi and NiFi Registry on macOS 10.15.2 using certs= generated by the TLS Toolkit.=C2=A0 I was able to access the UIs of both a= pps using Safari but not able to with Chrome due to a NET::ERR_CERT_REVOKED= error which I had never seen before. =C2=A0Turns out this is a known issue= on Catalina ([https://support.apple.com/en-us/HT210176]). macOSX 10.15 req= uires certs to be: > * valid for 825 days or less > * a minimum 2048 bit key > By default, the TLS Toolkit sets the number of days the cert should be va= lid for to 1095 days and the number of bits for generated keys to 2048. Gen= erating new certs with the required 825 validity solved the issue. > We should document this in the Toolkit Guide for the Mac users in the NiF= i community. > =C2=A0 -- This message was sent by Atlassian Jira (v8.3.4#803005)