exceptionfactory commented on PR #6559: URL: https://github.com/apache/nifi/pull/6559#issuecomment-1301585579
@MikeThomsen I refactored the SSL integration test to use Testcontainers. The test leverages the `TemporaryKeyStoreBuilder` to generate a key pair and certificate, and then encodes the private key and certificate for use with the container. The initialization method sets the required environment variables to enable TLS and then starts the container. This refactoring allowed for the removal of the certificate and key files from the repository. I pushed the commit to the pull request branch, so let me know what you think and I can proceed to merge if it looks good. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org