I am using Delphi 10.3.3, UniDAC 8.3.2, SecureBridge 9.4.1, targetting FMX Android32 platform.
I would like to load client certificate and private key files at run-time into a TscMemoryStorage component. I know how to load private key at run-time. Unfortunately, I could not see how I should load certificate file at run-time.
I have a CRT extension certificate file with a content like below
Code: Select all
-----BEGIN CERTIFICATE-----
(Base64 encoded data)
-----END CERTIFICATE-----
I appreciate a small example for run-time certificate file loading.
Thanks & Regards,
Ertan