2

How can I create a SHA2 certificate using Oracle Wallet if I have only Oracle 11.1 database?

I already tried and read a lot about SHA-2 under Oracle 11.1 db version but it´s not possible according to Oracle documentation.

1 Answers1

1

How can I create a SHA2 certificate using Oracle Wallet if I have only Oracle 11.1 database?

You can't. You have two options:

  1. Upgrade Oracle to at least version 12.1, or

  2. Use a public domain version of SHA256 (which is SHA2). See SHA1, SHA256, SHA512 in Oracle for free without using DBMS_CRYPTO – Jakub Wartak's blog

DavidPostill
  • 162,382