Thursday, 10 March 2016

openSSL on Windows - random lack of state

I saw this exception: -

unable to write 'random state'

whilst trying to use openSSL on Windows.

I was trying to convert a CA-signed personal certificate ( and the corresponding private key ) into a PKCS12 file, in order to import the same into Firefox.

Thankfully Google drew me to this: -


which led me to a solution.

I was running the openSSL tool via a Windows command-prompt ( terminal ) session but was NOT running it as an administrative user.

Once I clicked [Start] [Run], entered cmd.exe and chose "Run as Administrator", it just worked.

I need to write up the end-to-end process for a future blog post …

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...