public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] fix typo in x509.genkey configuration CN value
@ 2020-03-19 10:27 Peter Müller
  2020-03-19 10:32 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2020-03-19 10:27 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix typo in x509.genkey configuration CN value
  2020-03-19 10:27 [PATCH] fix typo in x509.genkey configuration CN value Peter Müller
@ 2020-03-19 10:32 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-03-19 10:32 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 672 bytes --]

Why?

> On 19 Mar 2020, at 10:27, Peter Müller <peter.mueller(a)ipfire.org> wrote:
> 
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-19 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19 10:27 [PATCH] fix typo in x509.genkey configuration CN value Peter Müller
2020-03-19 10:32 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox