Skip to Main Content

Database Software

using OPENSSL to generate

Jcgo-OracleAug 23 2020

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:

[oracle@899158-db3 wallet]$ ls

cwallet.sso  ewallet.p12

[oracle@899158-db3 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

[oracle@899158-db3 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.

[oracle@899158-db3 wallet]$

any ideas?

Comments
Post Details
Added on Aug 23 2020
0 comments
81 views