Oracle Database 19c Wallet for OTW Encryption Will Not Enter Ready State
On Windows Server 2019. I create a wallet, generate the request, receive a p7b file, import the p7b into the wallet, but the cert will not enter the "Ready" state. When viewed in Oracle Wallet Manager the Certificate is listed as "Requested". I can see the root certificate and requested machine cert so the cert path appears complete. What am I missing? Listed below are the commands that I'm using.
REM Create Wallet
orapki wallet create -wallet D:\mypath -auto_login -pwd mypass
REM Generate CSR
orapki wallet add -wallet D:\mypath -pwd mypass -dn "CN=myserver.one.two.three,OU=MyOu,O=MyComp,L=MyCity,ST=MyState,C=US" -keysize 4096 -sign_alg sha256 -addext_san DNS:myserver.one.two.three