Configuring DNS Hosts
CipherTrust Manager allows its users to specify DNS records, eliminating the need to remember the IP addresses. While specifying a hostname, its IP address is required so that CipherTrust Manager can connect directly to that address whenever its hostname is specified.
Hostname can be specified using:
API playground
Refer to the DNS Hosts section.
CLI tool (ksctl)
Command to create a DNS record "example.com" with IP address "12.12.xx.xx"
{ "id": "07eb1e56-8b22-4c72-a6a2-464f24f590a1", "uri": "kylo:kylo:solo:dns:07eb1e56-8b22-4c72-a6a2-464f24f590a1", "account": "kylo:kylo:admin:accounts:kylo", "application": "ncryptify:gemalto:admin:apps:kylo", "devAccount": "ncryptify:gemalto:admin:accounts:gemalto", "createdAt": "2020-08-17T09:40:06.951331083Z", "name": "example.com", "ip": "12.12.xx.xx", "updatedAt": "2020-08-17T09:40:06.951331083Z" }