From: Nick Urbanik Date: Tue, 12 Aug 2014 03:15:13 +0000 (-0400) Subject: RT2609: Typo in EXAMPLE section of req.pod X-Git-Tag: master-pre-reformat~473 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42ce91cc35610b18ebd8121d2e2efc4bc3042331;p=thirdparty%2Fopenssl.git RT2609: Typo in EXAMPLE section of req.pod The x509_extensions should be req_extensions in the config example in req.pod Reviewed-by: tjh@cryptsoft.com --- diff --git a/doc/apps/req.pod b/doc/apps/req.pod index 51d30836a86..ad538ca0b2c 100644 --- a/doc/apps/req.pod +++ b/doc/apps/req.pod @@ -535,7 +535,7 @@ Sample configuration file prompting for field values: default_keyfile = privkey.pem distinguished_name = req_distinguished_name attributes = req_attributes - x509_extensions = v3_ca + req_extensions = v3_ca dirstring_type = nobmp