Variable | Description |
---|---|
PUBLIC_KEY_ID | ID of the key to use to encrypt the file. |
SECRET_KEY_ID | Required when the value of SIGN is true. The ID of the secret key to use to sign the file. |
SECRET_KEY_PASSPHRASE | Required when the value of SIGN is true. The passphrase to access the secret key. |
SIGN | Determines whether the files must be signed by PGP. Valid values are true or false. Default is false. Values are not case sensitive. |