How to understand this?
Hi, All
https://docs.oracle.com/middleware/12211/lcm/ASADM/wallets.htm#ASADM10250
7.4.4.2 Creating a Self-Signed Wallet ???
I always thought Wallet is just holder of certificates.
And they go on:
7.4.4.2.1 Creating a Self-Signed Wallet Using Fusion Middleware Control
7.4.4.2.2 Creating a Self-Signed Wallet Using WLST
createWallet('ohs1', 'ohs1', 'ohs', 'ohs2', 'password')
addSelfSignedCertificate('ohs1', 'ohs1', 'ohs', 'ohs2', 'password', 'subject_dn', 'key_size')
So it is actually a regular Wallet.
7.4.8.3 Changing a Self-Signed Wallet to a Third-Party Wallet
You can convert a self-signed wallet into a third-party wallet, one that contains certificates signed by a trusted Certificate Authority (CA).