Skip to content

Export JKS #40

Answered by gdbarron
fearnie85 asked this question in Q&A
Nov 12, 2021 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

This should work for you...

$filename = 'C:\path\to\file'

$bytes = [Convert]::FromBase64String($Certificate.CertificateData)
[IO.File]::WriteAllBytes($filename, $bytes)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@fearnie85
Comment options

@gdbarron
Comment options

@fearnie85
Comment options

@fearnie85
Comment options

Answer selected by gdbarron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants