diff options
Diffstat (limited to 'doc/man5/x509v3_config.pod')
-rw-r--r-- | doc/man5/x509v3_config.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man5/x509v3_config.pod b/doc/man5/x509v3_config.pod index 88a336c3b4..1fbef74615 100644 --- a/doc/man5/x509v3_config.pod +++ b/doc/man5/x509v3_config.pod @@ -37,7 +37,7 @@ String extensions simply have a string which contains either the value itself or how it is obtained. Multi-valued extensions have a short form and a long form. The short form -is a commma-separated list of names and values: +is a comma-separated list of names and values: basicConstraints = critical, CA:true, pathlen:1 @@ -68,7 +68,7 @@ will produce an error but the equivalent form: is valid. -OpenSSL does not support multiple occurences of the same field within a +OpenSSL does not support multiple occurrences of the same field within a section. In this example: [extensions] |