summaryrefslogtreecommitdiffstats
path: root/docs/reference/plugins/target
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/plugins/target')
-rw-r--r--docs/reference/plugins/target/iis-site.md2
-rw-r--r--docs/reference/plugins/target/iis-sites.md2
-rw-r--r--docs/reference/plugins/target/manual.md3
3 files changed, 3 insertions, 4 deletions
diff --git a/docs/reference/plugins/target/iis-site.md b/docs/reference/plugins/target/iis-site.md
index efe5d78..8b4aeec 100644
--- a/docs/reference/plugins/target/iis-site.md
+++ b/docs/reference/plugins/target/iis-site.md
@@ -8,4 +8,4 @@ Create target based on all bindings of an IIS site.
- Automatically adds/removes host names based on bindings
## Unattended
-`--target iissite --siteid 1 [--excludebindings exclude.example.com]` \ No newline at end of file
+`--target iissite --siteid 1 [--commonname common.example.com] [--excludebindings exclude.example.com]` \ No newline at end of file
diff --git a/docs/reference/plugins/target/iis-sites.md b/docs/reference/plugins/target/iis-sites.md
index 9d8d685..573b148 100644
--- a/docs/reference/plugins/target/iis-sites.md
+++ b/docs/reference/plugins/target/iis-sites.md
@@ -8,4 +8,4 @@ Create target based on all bindings of multiple IIS sites.
- Automatically adds/removes host names based on bindings
## Unattended
-`--target iissites --siteid 1,2,3 [--excludebindings exclude.example.com]` \ No newline at end of file
+`--target iissites --siteid 1,2,3 [--commonname common.example.com] [--excludebindings exclude.example.com]` \ No newline at end of file
diff --git a/docs/reference/plugins/target/manual.md b/docs/reference/plugins/target/manual.md
index f5ce220..4422c40 100644
--- a/docs/reference/plugins/target/manual.md
+++ b/docs/reference/plugins/target/manual.md
@@ -3,8 +3,7 @@ sidebar: reference
---
# Manual
-Manually input host names
-- The first name will be the common name of the certificate
+Manually input host names. The first name will be the common name of the certificate, the other will only be in the SAN list.
## Unattended
`--target manual --host a.example.com,b.example.com` \ No newline at end of file