mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 11:22:04 -04:00
Fix a typo in doth system test's CA.cfg
The comments in CA.cfg file serve as a good tutorial for setting up a simple PKI for a system test. There is a typo in one of the presented commands, which results in openssl not exiting with an error message instead of generating a certificate. Fix the typo.
This commit is contained in:
parent
13000c28c2
commit
60f1a73754
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# xxd -l 8 -u -ps /dev/urandom > ./serial
|
||||
# 2. Create the new certificate request (e.g. for foo.example.com):
|
||||
# openssl req -config ./CA.cfg -new -subj "/CN=foo.example.com" \
|
||||
# -addext "subjectAltName=DNS:foo.example.com,IP=X.X.X.X" \
|
||||
# -addext "subjectAltName=DNS:foo.example.com,IP:X.X.X.X" \
|
||||
# -newkey rsa -keyout ./certs/foo.example.com.key \
|
||||
# -out ./certs/foo.example.com.csr
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue