Skip to content

Commit e20a11f

Browse files
committed
Fix typo in example openssl-cs.conf
Signed-off-by: Lorenzo Donini <[email protected]>
1 parent b2c5d05 commit e20a11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/1.6/openssl-cs.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ basicConstraints = CA:FALSE
99
subjectKeyIdentifier = hash
1010
keyUsage = digitalSignature, keyEncipherment, dataEncipherment
1111
extendedKeyUsage = serverAuth
12-
subjectAltName = @alt_naes
12+
subjectAltName = @alt_names
1313
[alt_names]
1414
DNS.1 = central-system

0 commit comments

Comments
 (0)