Skip to content

Commit cb07dc7

Browse files
authored
fix copy_extensions config name
ending `s` was missing from the copy_extensions as mentioned, config file should have `copy_extensions = copy` in CA_default section for openssl ca to copy extensions from req.
1 parent 03868f5 commit cb07dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sign-server-and-client-certificates.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ and reference it in ``server_cert`` section.
6969
DNS.3 = m.example.com
7070

7171
In order to keep this extension when the intermediate
72-
CA signs this CSR, ``copy_extension = copy`` must be
72+
CA signs this CSR, ``copy_extensions = copy`` must be
7373
present in section ``[ CA_default ]`` in
7474
``intermediate/openssl.cnf``.
7575

@@ -218,4 +218,4 @@ certificates using the ``-certfile`` option.
218218
219219
# openssl pkcs12 -export -out intermediate/certs/client.full.pfx \
220220
-inkey intermediate/private/client.key.pem -in intermediate/certs/client.cert.pem \
221-
-certfile intermediate/certs/intermediate.cert.pem -certfile certs/ca.cert.pem
221+
-certfile intermediate/certs/intermediate.cert.pem -certfile certs/ca.cert.pem

0 commit comments

Comments
 (0)