APPS req: Extend the -keyout option to be respected also with -key
[openssl.git] / doc / man1 / openssl-req.pod.in
index 4cec47f02ce6f7ab337d583d0601de050e67f4e5..7897610818037ca7011da2c58f47797ae57455f1 100644 (file)
@@ -204,10 +204,12 @@ See L<openssl-format-options(1)> for details.
 
 =item B<-keyout> I<filename>
 
-This gives the filename to write any newly created private key to.
-If this option is not given then the filename specified in the configuration
-file with the B<default_keyfile> option is used if present,
-else the key is written to standard output.
+This gives the filename to write any private key to that has been newly created
+or read from B<-key>.
+If the B<-keyout> option is not given the filename specified in the
+configuration file with the B<default_keyfile> option is used, if present.
+If a new key is generated and no filename is specified
+the key is written to standard output.
 
 =item B<-noenc>