hint:(Optional) - Public PEM-encoded X.509 signing certificate. If the provider has multiple certificates that are valid, join them together using the | pipe symbol.
multiline:true
order:4
privateCert:
type:String
title:Private Certificate
hint:(Optional) - PEM formatted key used to sign the certificate.
multiline:true
order:5
decryptionPvk:
type:String
title:Decryption Private Key
hint:(Optional) - Private key that will be used to attempt to decrypt any encrypted assertions that are received.
hint:SSH Authentication Only - The mode to use to load the private key. Fill in the corresponding field below.
order:11
default:'path'
enum:
-'path'
-'contents'
sshPrivateKeyPath:
type:String
title:A - SSH Private Key Path
hint:SSH Authentication Only - Absolute path to the key. The key must NOT be passphrase-protected. Mode must be set to path to use this option.
order:12
sshPrivateKeyContent:
type:String
title:B - SSH Private Key Contents
hint:SSH Authentication Only - Paste the contents of the private key. The key must NOT be passphrase-protected. Mode must be set to contents to use this option.
multiline:true
order:13
verifySSL:
type:Boolean
default:true
title:Verify SSL Certificate
hint:Some hosts requires SSL certificate checking to be disabled. Leave enabled for proper security.
order:31
sshPrivateKeyPath:
type:String
title:SSH Private Key Path
hint:SSH Authentication Only - Absolute path to the key. The key must NOT be passphrase-protected.