ssl cert bundle
2 TopicsAttempting to delete from a bundle fails with "Unknown Error" from iControl (SOAP)
Hi, I'm working with iControl (SOAP) version 12.0, build 1.0.628 and trying to delete a certificate from a bundle that I created using iControl. I always receive this error: Exception caught in Management::urn:iControl:Management/KeyCertificate::certificate_delete_from_bundle() Exception: Common::OperationFailed primary_error_code : 16908390 (0x01020066) secondary_error_code : 0 error_string : Unknown error 16908390 I thought perhaps I wasn't building the X509 subject properly, so I went so far as to read the bundle contents, using get_certificate_bundle_v2, searching for the certificate to be removed, and using the subject object to pass into certificate_delete_from_bundle. I received the same error. I tried changing one of the subject fields to an invalid value, and received 'not found', and also changed the bundle name and received 'not found'. So it appears to be able to locate the bundle and certificate, but fails performing the removal. Any insight as to why I might be receiving this error would be greatly appreciated. Also, let me know if you need any further information to help. Thanks!292Views0likes1CommentCheck bundle certificate expiration date
Hi, As many of you, I have to create a script to check the expiration date of our certificates (excepting the ones used for our webservers for which the CA send us an alarm). Using OpenSSL I can obtain this information for "normal" certificates, but when I try for bundles I can find a single expiration date, maybe the one for the root certificate. In GUI, it shows a range for expiration date (i.e. Apr 11, 2017 - Jan 28, 2028). How can I obtain the same value in CLI (or at least the lowest value)? Thank a lot!1.8KViews0likes3Comments