From patchwork Thu Mar 19 10:27:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 2842 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48jjlQ6RVDz3yBY for ; Thu, 19 Mar 2020 10:27:30 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48jjlP1mKnz1Fj; Thu, 19 Mar 2020 10:27:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48jjlP0Qj3z2xxj; Thu, 19 Mar 2020 10:27:29 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48jjlL4KQlz2xlT for ; Thu, 19 Mar 2020 10:27:26 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48jjlJ4Sqtz1D6 for ; Thu, 19 Mar 2020 10:27:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1584613645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=SMNAP1AoPKHDmyHqUhSJECZL7q+OP1SARzZQSLIT+ic=; b=kK/XRjePwyUpm1GFWBs6egXF9LxdIwRaHTProWCutI8g8qaIVjkih8atbJHRQdxmKRjHCo mBCpdmd8Z1uApp15SlNgC2WRcHrlep4/EiSfA1cqBv3fT75rv8bh0hRMJbfoiSllXab3W2 /apcQePbH2Ri2fh/PaZnD0n8Hd1s5+/dWC95e+8PgxJoOvp71gbc4KMGv9X5DFdRiJhd61 h4nd2A+3jp6F8YwCgjSe0vQXIin9FbnsVMvDGlrJpLpNV5TcjBALZNWaK0S4p74kh4VQxg bXxHnGYcvvqOogCY/4tXP47pp6CEU/HJIttRUr3qcNiYsUok/2EhtV5VWj7uLA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1584613645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=SMNAP1AoPKHDmyHqUhSJECZL7q+OP1SARzZQSLIT+ic=; b=QPuiKChuThL/riGzdBpxNWB5pJdsxid5/uU3235wPPfGB1tWszDuOo5hVWsii11NrkSoXH /fiosVlYDHUllqBg== To: "IPFire: Development-List" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] fix typo in x509.genkey configuration CN value Message-ID: <1fe11270-6ef2-c1b0-4968-568d964b9b7a@ipfire.org> Date: Thu, 19 Mar 2020 10:27:00 +0000 MIME-Version: 1.0 Content-Language: en-US Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=peter.mueller@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Peter Müller --- config/kernel/x509.genkey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/x509.genkey b/config/kernel/x509.genkey index 9640ec6d0..ae7c6581b 100644 --- a/config/kernel/x509.genkey +++ b/config/kernel/x509.genkey @@ -7,7 +7,7 @@ x509_extensions = myexts [ req_distinguished_name ] O = IPFire.org -CN = Build time autogenerated kernel key +CN = build time autogenerated kernel key emailAddress = development@lists.ipfire.org [ myexts ]