mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 04:22:11 +00:00
Fix typo, Fixes #504
This commit is contained in:
parent
7c5fc000c0
commit
ec46dc9ab0
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ then
|
|||
-keyout "/data/nginx/cert/nginx.key" \
|
||||
-out "/data/nginx/cert/nginx.crt" \
|
||||
-days 3650 \
|
||||
-subj '/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd'
|
||||
-subj '/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd' \
|
||||
-addext "subjectAltName = IP:$myINTIP"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue