After a generated Thumbprint with New-PACertificate

My domain is: www.duhar.se

I ran this command: New-PACertificate duhar.se -AcceptTOS

It produced this output: CN=duhar.se 2020-05-03 20:43:06 2048 AC30*…

What shall I do with that output? Is it a KEY or CERTIFICATE? How do I generate the vice verca?

1 Like

Hi,

According to the tutorial on Github, the files (cert, key, chain) are all generated in the designated output folder.

You’ll need to find the output folder in your system and fetch the files.

Thank you

1 Like

Congrats on the new cert! That output is a PowerShell object that includes the details you saw on the screen in addition to others like the location of the cert/key files that were generated. The easiest way to find those files is to run Get-PACertificate | Format-List to show all of the properties from that original object.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.