0

Using the guide here:

http://www.davidpashley.com/articles/cert-authority.html

I have create a certificate authority using OpenSSL. However I would now like to use the Microsoft CA instead.

The question is, is it possible to "import" the root/sub certificates I created with OpenSSL into MSCA?

maweeras
  • 2,734
  • 2
  • 17
  • 23
MrEyes
  • 313
  • 4
  • 14

1 Answers1

0

During the installation of Windows certificate services, the installer asks if you want to create a new key pair or use an existing one from before. If you are able to export the private/public key pair as a pfx file from your old CAs you should be able to use them as the new identity when creating the Windows based PKI infrastructure.

maweeras
  • 2,734
  • 2
  • 17
  • 23