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
This commit is contained in:
parent
b00f586a81
commit
42ce91cc35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue