Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
using OPENSSL to generate

11.2.0.4 DB using OWM does not assist in generating a CSR with SAN
using openssl also fails
]$ orapki wallet create -wallet . -auto_login
Oracle PKI Tool : Version 11.2.0.4.0 - Production
Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
Enter password:
Enter password again:
[[email protected] wallet]$ ls
cwallet.sso ewallet.p12
[[email protected] wallet]$ orapki wallet add -wallet . -dn 'CN=servername, OU=Operations, L=Bedminster, ST=New Jersey, C=US, SAN=proda.mediemr.net' -keysize 2048 -pwd
Oracle PKI Tool : Version 11.2.0.4.0 - Production
Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
improperly specified input name: CN=proda.mediemr.net, OU=Operations, L=Bedminster, ST=New Jersey, C=US, SAN=proda.mediemr.net
[[email protected] wallet]$ orapki wallet add -wallet . -dn 'CN=proda.mediemr.net, OU=Operations, L=Bedminster, ST=New Jersey, C=US' -keysize 2048 -pwd
Oracle PKI Tool : Version 11.2.0.4.0 - Production
Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
[[email protected] wallet]$
any ideas?