Forum Discussion
mhite_60883
Cirrocumulus
May 30, 2013Urgent -- Help with import_from_archive_stream() key/cert management API call
Hello,
I am trying to use the import_from_archive_stream() function as documented here:
https://devcentral.f5.com/wiki/iControl.Management__KeyCertificate__import_from_...
vishal_124938
Nimbostratus
Aug 23, 2013Hi,
I am trying in java with import_from_archive_stream but the program is getting terminated. The file is not getting copied also and no errors seen.
any help would be very much appreciated.
Path path = Paths.get("C:/ssl/webcertkey.tgz"); byte[] data = Files.readAllBytes(path);
interfaces.getManagementKeyCertificate().import_from_archive_stream(
ManagementKeyCertificateManagementModeType.MANAGEMENT_MODE_DEFAULT, data, keyFileNames,
certFileNames);
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects