Table of Contents | ||
---|---|---|
|
Credential Types allow you to specify what kind of credential will be used within FlexDeploy. Currently, the supported types are: Secret Text, SSH Key, and Certificate.
Secret Text
Secret Text credentials have an input for text that will be encrypted. These are commonly associated with passwords.
SSH Keys
SSH Key credentials will support a private key file upload and an optional input for a passphrase. You will be able to download the public key based on the private key that is uploaded.
...
Input Name | Description | Required |
---|---|---|
SSH Key | SSH Key which will have its content stored in encrypted format. | yes |
Passphrase | Passphrase for accessing the SSH key (optional). | no |
Referencing SSH Key Values With Property Replacement
Trouble Shooting SSH Key Credentials
Certificates
Certificate credentials will support a certificate file upload and an optional password.