PS D:\work\doc\projectdoc\qrcodescan\certscript> Test-CACertsPrerequisites
Testing if any test certificates have already been installed...
Test-CACertNotInstalledAlready : Certificate CN=Azure IoT CA TestOnly Root CA already installed in the certificate store.
To fix this, cleanup any certificates in the certificate store and try running this script again.
Steps to cleanup, from Start menu, 'open manage computer certificates':
Navigate to Certificates -> Trusted Root Certification Authority -> Certificates. Remove certificates issued by 'Azure IoT CA TestOnly*'.
Navigate to Certificates -> Intermediate Certificate Authorities -> Certificates. Remove certificates issued by 'Azure IoT CA TestOnly*'.
Navigate to Certificates -> Local Computer -> Personal. Remove certificates issued by 'Azure IoT CA TestOnly*'.
所在位置 D:\work\doc\projectdoc\qrcodescan\certscript\ca-certs.ps1:74 字符: 5
HI, i had delete all certs in the certificate store, win+R ,certmgr.msc ,and delete all certs , but I run Test-CACertsPrerequisites again,it still got this error , how to fix this error ?
PS D:\work\doc\projectdoc\qrcodescan\certscript> Test-CACertsPrerequisites Testing if any test certificates have already been installed... Test-CACertNotInstalledAlready : Certificate CN=Azure IoT CA TestOnly Root CA already installed in the certificate store. To fix this, cleanup any certificates in the certificate store and try running this script again. Steps to cleanup, from Start menu, 'open manage computer certificates':
HI, i had delete all certs in the certificate store, win+R ,certmgr.msc ,and delete all certs , but I run Test-CACertsPrerequisites again,it still got this error , how to fix this error ?