Certificate credentials support a certificate file upload and an optional password.
...
Input Name | Required | Description | Input Type |
---|---|---|---|
Certificate | Yes | Certificate which will have its content stored in encrypted format. | File |
Password | No | Password for accessing the certificate (optional). | Text |
...
A Certificate credential that is assigned to an encrypted property within FlexDeploy can be referenced for property replacement or groovy variables. In order to reference the certificate, then only the property code can be used. If you want to access the password, then attach the suffix “_PASSWORD” (case sensitive) to the property code.
For example, we have an encrypted property on this workflow with the code WEB_CERTIFICATE
.
...