Importing .PEM key on Windows 7 on the command line

0

I am looking to import three PEM files, two certs plus a key, with this answer working to add the PEM certificates:

  • The RSA key is generated by GCP for a MySQL instance and I receive this import error:
    CertUtil –AddStore -Enterprise –f "Root" C:\Certificates\client-key.pem
    
      CertUtil: -AddStore command FAILED: 0x80092009 (-2146885623 CRYPT_E_NO_MATCH)
      CertUtil:  Cannot find the requested object.
    
windows
powershell
rsa
asked on Super User Sep 15, 2020 by Rob C • edited Sep 15, 2020 by JW0914

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0