Import untrusted/self-signed x509 certificate(s) during new 'Delegate Installation'
I
Imaginative Mockingbird
Currently, getting x509 certificates to work as one would prefer, depending on what area of the product you are dealing with can range anywhere from difficulty level of 2 to 10 in some cases it seems. I propose that a button be added to the installer screen (Helm, Docker, etc) that permits you to upload one or more(properly formatted bundle) of x509 certificates. This would essentially require providing an archive vs. copy and paste in most cases. Once unarchived, either have a simple installer that deploys the new delegate with the certificate/bundle volume and vol mount, and from there make sure these certs are available everywhere possible a platform module may require them. This would inherently reduce the amount of support tickets re: certificates(quite a few) if implemented correctly.
Log In
I
Imaginative Mockingbird
on second thought an installer isn't really necessary as long as the archive decompresses in the right structure and during apply can locate the bundle to create the vol/vol mount in delegate deploy and go from there.