From 42ce91cc35610b18ebd8121d2e2efc4bc3042331 Mon Sep 17 00:00:00 2001 From: Nick Urbanik Date: Mon, 11 Aug 2014 23:15:13 -0400 Subject: [PATCH] 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 --- doc/apps/req.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1