From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] fix typo in x509.genkey configuration CN value Date: Thu, 19 Mar 2020 10:32:07 +0000 Message-ID: <948BFF0D-5B64-43A0-838E-7355BA2FE966@ipfire.org> In-Reply-To: <1fe11270-6ef2-c1b0-4968-568d964b9b7a@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1438786854958553537==" List-Id: --===============1438786854958553537== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Why? > On 19 Mar 2020, at 10:27, Peter Müller wrote: > > 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(a)lists.ipfire.org > > [ myexts ] > -- > 2.16.4 --===============1438786854958553537==--