Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demisto/ansible-runner:1.0.0.102086 | 0-100 | PR batch #1/1 #35324

Merged
Show file tree
Hide file tree
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
13 changes: 8 additions & 5 deletions Packs/SSLCertificates/Scripts/GenerateCSR/GenerateCSR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,20 @@ args:
name: locality
type: textArea
- auto: PREDEFINED
defaultValue: "False"
defaultValue: 'False'
description: 'Output CSR text to war room? (Default: False)'
name: OutputToWarRoom
predefined:
- "True"
- "False"
comment: "Generates a certificate signing request for fulfillment by an organization certification authority (CA)\n\nOutput is the request.csr file placed directly into context under a \"File\" object. "
- 'True'
- 'False'
comment: 'Generates a certificate signing request for fulfillment by an organization certification authority (CA)


Output is the request.csr file placed directly into context under a "File" object. '
commonfields:
id: GenerateCSR
version: -1
dockerimage: demisto/ansible-runner:1.0.0.47562
dockerimage: demisto/ansible-runner:1.0.0.102086
enabled: true
name: GenerateCSR
runas: DBotWeakRole
Expand Down
4 changes: 2 additions & 2 deletions Packs/SSLCertificates/Scripts/SSLVerifierV2/SSLVerifierV2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ args:
name: URL
required: true
- default: true
defaultValue: "443"
defaultValue: '443'
description: Port to check
name: Port
comment: Use this automation to check for validity of your SSL certificate and get the time until expiration.
commonfields:
id: SSLVerifierV2
version: -1
dockerimage: demisto/ansible-runner:1.0.0.47562
dockerimage: demisto/ansible-runner:1.0.0.102086
enabled: true
name: SSLVerifierV2
outputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ comment: 'Generates the HTML needed for a formatted email to be sent using the o
commonfields:
id: SSLVerifierV2_GenerateEmailBody
version: -1
dockerimage: demisto/ansible-runner:1.0.0.47562
dockerimage: demisto/ansible-runner:1.0.0.102086
enabled: true
name: SSLVerifierV2_GenerateEmailBody
outputs:
Expand Down
Loading