i have a nifi server with several listenhttp modules on different
ports.  each one has an sslcontext within it that uses the same certs
as the main 443 instance.

sadly i changed the cert when expired on the 443 port, but failed to
change the sslcontext on the ports.  is there a way to tell the
sslcontext on the other ports to just use the same cert that's on the
443 port?

what i'm trying to avoid having to do is change the filename in all
the contexts to point to the new cert, i'd rather change it in one
place and have everything else pick it up

using a symlink on the filesystem seemed like one way, but i thought
there might be a way to do it in nifi

Reply via email to