|
Author | PFX Assembler |
Nhlanhla Mgoza 2021-09-12 23:16:46 Registered user |
I have a certificate from a CA, and I am attempting to use PFXAssembler to try and generate a .pfx file that will include the chain certificate as well. However, when attempt to save, I get the following error 'Interface not supported'. On debugging the PFX Assembler code, this line is generating the error -
Line 107 in MainAssembler :: lKey := stRSAKey as iIFPrivateKey; Will you be able to assist? |
Henrick Wibell Hellström 2021-09-12 23:45:28 Registered user |
Did you load a RSA private key, and does the lblPrivateKeyLoaded label display the message 'Private Key Loaded'?
|
Nhlanhla Mgoza 2021-11-13 08:26:08 Registered user |
Hi Hendrik, apologies for not responding much much earlier - had to sort out a few issues :-) . Thanks for the questions, I was able to load the RSA private key as suggested and was able to get message 'Private Key Loaded'.
|