Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
+1 vote
234 views
in Java FTP by (130 points)
Good Day,

We use EnterpriseDT deployed in Oracle as Java Objects.

Noticed that one of the certificates on the certificate store is about to expire.

We have the new certificate as a .cer

Many thanks for lettings us know the method to import this certificate into the certificate store.

Cheers

1 Answer

0 votes
by (8.1k points)

Please see here.

by (130 points)
Thank you
I did attempt the routine  importPEMFile(java.lang.String fileName)
Is there a preferred file path for the "fileName" parameter as the program us run in Oracle
by (161k points)
If you are able to obtain an inputstream for the certificate, you could use importPEMFile(InputStream inputStream)

Categories

...