Versions Compared

Key

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

Domain Controller:

The position of trust to the AirID Virtual CA is established by importing the Trial CA certificate at two points. Firstly, this must be imported as a Root CA, secondly, it must be installed in the NT Auth Store. In the future, both steps can be performed by the AirID Virtual help program. In the following the description for the manual process:

Code Block
// Change to the directory where the certificate files provided by APIIDAAirID Virtual are located:
cd C:\path\to\the\certificates
 
// Import certificate as Root Certification Authority:
certutil -dspublish -f <TENANT>_Trial_IssuingCA.crt RootCA

// Import certificate as NTAuthCA:
certutil -dspublish -f <TENANT>_Trial_IssuingCA.crt NTAuthCA

...

Code Block
// Change to the directory where the certificate files provided by AirID APIIDAVirtual are located:
cd C:\path\to\the\certificates

certutil -addstore -enterprise NTAuth <TENANT>_Trial_IssuingCA.crt


Client:

The Trial CA certificates must be installed on the client computers using GPO. Just once in the computer store "Trusted Root Certification Authorities".

...