On Wed, Mar 9, 2022 at 7:48 AM Morin, Michael <michael.mo...@maine.gov> wrote: > > I’m trying to get my new server certificate to work with the Subversion Edge > Console by converting the server.crt file into PKCS12 format and then > creating a JKS file. I am using OpenSSL to do this. When I execute the > command, openssl pkcs12 -export -in E:/csvn/data/conf/server.crt -inkey > E:/csvn/data/conf/server.key -name svnedge -out E:/csvn/data/conf/server.p12, > I get the following response… > > Loading ‘screen’ into random state – done > > Enter Export Password: > > Verifying – Enter Export Password: > > Unable to write ‘random state’ > > > > I don’t remember having this issue in the past. I don’t remember ever seeing > a message that said “loading ‘screen’ into random state”. Can anyone tell me > how to get past this error?
You are ultimately asking an OpenSSL question. A search for that message yields this: https://stackoverflow.com/questions/34156938/openssl-hangs-during-pkcs12-export-with-loading-screen-into-random-state Mark