...
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 |
...