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-post-reformat~526 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=42ce91cc35610b18ebd8121d2e2efc4bc3042331 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 51d30836a8..ad538ca0b2 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