From 724a1d273eb2de92d1d90fed1eae7bd13b6c97d1 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 5 Feb 2016 09:28:05 -0500 Subject: [PATCH] RT1596: Add clarifying doc. Reviewed-by: Viktor Dukhovni --- doc/apps/x509.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod index e4bcb4ae45..7dde927cb4 100644 --- a/doc/apps/x509.pod +++ b/doc/apps/x509.pod @@ -332,7 +332,8 @@ subject name (i.e. makes it self signed) changes the public key to the supplied value and changes the start and end dates. The start date is set to the current time and the end date is set to a value determined by the B<-days> option. Any certificate extensions are retained unless -the B<-clrext> option is supplied. +the B<-clrext> option is supplied; this includes, for example, any existing +key identifier extensions. If the input is a certificate request then a self signed certificate is created using the supplied private key using the subject name in -- 2.34.1