Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Renewing an SSL certificate in Advanced Security
Apparently there is a way to delete a certificate from the command line: use
the mkwallet utility.
mkwallet -d <wallet pwd> <wallet location> <DN>
There is almost no documentation about this utility anywhere, but you can see all of the commands it supports by running it without any parameters. Unfortunately, it doesn't seem to be able to delete trusted certificates, but at least I can automate the renewal process now!
On 12/17/07, Jason Heinrich <jheinrichdba_at_gmail.com> wrote:
>
> I found the Metalink document that describes the "official" way to renew a
> certificate (303299.1). Basically you export a CSR for your existing
> certificate, get it signed, delete the old certificate (which leaves the CSR
> behind), and import the new certificate. Of course, this all requires OWM,
> as orapki doesn't provide a way to remove certificates. Obviously this
> would be an inconvenience if X wasn't installed on the server.
>
> I've submitted an SR, so we'll see what Oracle says.
>
>
>
-- Jason Heinrich -- http://www.freelists.org/webpage/oracle-lReceived on Tue Dec 18 2007 - 17:10:52 CST
![]() |
![]() |