webcrypto-local icon indicating copy to clipboard operation
webcrypto-local copied to clipboard

Failed to import RSA generated certificate - Reported by DigiCert

Open rmhrisk opened this issue 8 years ago • 1 comments
trafficstars

  1. Generated CSR with https://peculiarventures.github.io/webcrypto-local

  2. Saved CSR to file

  3. Generated CA certificate openssl x509 -CA cert.pem -CAkey key.pem -in foo.req -out cert.foo -inform PEM -req

  4. Generated .srl file (0000^M)

  5. Signed CSR and saved to certificate openssl x509 -CA cert.pem -CAkey key.pem -in foo.req -out cert.foo -inform PEM -re

  6. Pasted resulting CSR into https://peculiarventures.github.io/webcrypto-local import field image

rmhrisk avatar Jul 19 '17 22:07 rmhrisk

The issue was lack of SHA1 support. We should catch this error in the application and say:

There was a problem importing your certificate or certificate request.

rmhrisk avatar Jul 30 '17 07:07 rmhrisk