enable-tls add IP in san.cnf

pull/5628/head
Ilario Gelmetti 2024-10-02 12:17:57 +02:00
parent 59d8998db8
commit 6e98ce8ea8
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ cat > san.cnf <<EOF
[alt_names]
DNS.1 = example.com
DNS.2 = www.example.com
IP.1 = 10.1.2.3
EOF
# Generate a private key and certificate signing request (CSR)