Nilay Panchal
Nilay Panchal

Reputation: 571

Handling wallet expiry on Autonomous Database?

Is there is any way to get around the SSL certificates in the wallets expiring, having looked at the expiry date that is in the wallet.zip README file as well as the orapki utility.

If one cannot get around SSL certificates expiring what is the recommended way of managing SSL certificates and their expiry?

Upvotes: 0

Views: 693

Answers (1)

Nilay Panchal
Nilay Panchal

Reputation: 571

Autonomous Database takes security seriously, so there's no way to get around an encrypted, secure connection and you will need to download new wallets before their expiry date. You can have multiple wallets with different expirations concurrently, so there is no service interruption.

Depending on your application, you may also consider enabling mTLS to go walletless, which we released recently! Read Todd Sharp's post about this as well as the ADB documentation for more detail.

Ref: I am a product manager on the Oracle Autonomous Database :)

Upvotes: 2

Related Questions