Starting from NetScaler 13.1, DNS CAA record is supported. You may want to migrate BIND configuration to NetScaler. For example:
domain.name IN TYPE257 \# 21 00056973737565676C6F62616C7369676E2E636F6D
The sample is from a low BIND version that doesn't support `IN CAA` setting. Each field meanings are like below:
TYPE257 \# 21 00056973737565676C6F62616C7369676E2E636F6D
Therefore, on NetScaler, we can execute the below command:
> add dns caaRec domain.name "globalsign.com" -flag NONE -tag "issue"
This article describes the CAA record configuration, which is migrated from low BIND version
Reference: Create CAA records for a domain name