diff --git a/bin/tests/system/doth/CA/CA.cfg b/bin/tests/system/doth/CA/CA.cfg index 97ea088bbb..dcdff1f136 100644 --- a/bin/tests/system/doth/CA/CA.cfg +++ b/bin/tests/system/doth/CA/CA.cfg @@ -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 #