Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Infoblox Data Connector requires a BloxOne host to be tethered with. Prior to following steps in this guide you will need to deploy a host that meets minimum requirements, including a 750 GB disk. For details on requirements and deployment options, see Minimum System Requirements for Hosts. Data Connector works with various components in a hybrid cloud environment to deliver source data to configured destinations. To deploy the end-to-end Data Connector solution, set up your environment, sources, data types, destinations, data filters, and traffic flows according to the requirements and instructions provided by Infoblox.

...

1. Create CA certificates by performing the following command:

     openssl req -nodes -new -days 365 -newkey rsa:2048 -x509 -keyout CA.key -out CA.cert -subj 
"/C=IN/ST=KA/L=Bglr/O=Infoblox/OU=Cloud/CN=*" 

2. Create a key and a certificate signing request:

     openssl req -batch -new -newkey rsa:2048 -nodes -keyout server.key -out rpz.csr -subj 
"/C=IN/ST=KA/L=Bglr/O=Infoblox/OU=Cloud/CN=*"

...