We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9e3d6 commit 44972baCopy full SHA for 44972ba
3 files changed
publish/convert.pem.cmd keys/convert.pem.cmdpublish/convert.pem.cmd renamed to keys/convert.pem.cmd
keys/convert.pem.ps1
@@ -0,0 +1,3 @@
1
+$cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("ImageMagick.pem")
2
+
3
+[System.IO.File]::WriteAllBytes("ImageMagick.cer", $cert.Export([System.Security.Cryptography.X509Certificates.X509ContentType]::Cert))
publish/convert.pem.ps1
0 commit comments