Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions winrm-with-certificate-authority/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Add the following to your `/opt/autopilot/conf/aae.yaml` in the GenericHandler s
Mandatory: true
- Name: Hostname
Description: "host to execute command on"
Mandatory: true
Default: ${NodeName}
- Name: Certificate
Description: "path to the client certificate"
Default: /opt/autopilot/conf/certs/autopilot.crt
Expand All @@ -306,7 +306,7 @@ Add the following to your `/opt/autopilot/conf/aae.yaml` in the GenericHandler s
Mandatory: true
- Name: Hostname
Description: "host to execute command on"
Mandatory: true
Default: ${NodeName}
- Name: Certificate
Description: "path to the client certificate"
Default: /opt/autopilot/conf/certs/autopilot.crt
Expand Down