GenerateCSR

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.

python · SSL Certificates

Details

IDGenerateCSR
Languagepython
From Version6.0.0
Docker Imagedemisto/ansible-runner:1.0.0.10189215
TagsUtility Certificates

README

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.

Script Data


Name Description
Script Type python3
Tags Utility, Certificates

Inputs


Argument Name Description
cn Cert Common Name (Mandatory)
email Cert Owner Email Address
org Cert Organization
orgUnit Cert Organizational Unit
country Cert Country
state Cert State
locality Cert Locality (City)
OutputToWarRoom Output CSR text to war room? (Default: False)

Outputs


There are no outputs for this script.

args:
- description: Cert Common Name (Mandatory)
  name: cn
  required: true
  type: textArea
- description: Cert Owner Email Address
  name: email
  type: textArea
- description: Cert Organization
  name: org
  type: textArea
- description: Cert Organizational Unit
  name: orgUnit
  type: textArea
- description: Cert Country
  name: country
  type: textArea
- description: Cert State
  name: state
  type: textArea
- description: Cert Locality (City)
  name: locality
  type: textArea
- auto: PREDEFINED
  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)


  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.10189215
enabled: true
name: GenerateCSR
runas: DBotWeakRole
script: ''
scripttarget: 0
subtype: python3
tags:
- Utility
- Certificates
type: python
fromversion: 6.0.0
tests:
- No tests (auto formatted)