Nexus Repository WebUI stuck at Initializing

Don’t recall during the Nexus Repo install specifying Trust Store. I installed from source (nexus-3.29.2-02-unix.tar.gz)

I don’t see any documentation from Nexus/Sonatype where I could find this information to confirm that a Trust Store has been setup. I’ve looked under /opt/nexus/nexus-3.29.2-02/bin/nexus.rc and nexus.vmpotions files and don’t see any entries that relate to that. Maybe its in a different file…?

Looking at the Nexus documentation for SSL Certs, looks like I could create a self signed certificate and import it into /usr/lib/jvm/jre-1.8.0-openjdk-1.8.0.282.b08-2.el8_3.x86_64/lib/security.

SSL Certificate Guide – Sonatype Support?
_ga=2.96078302.374988495.1614785354-558662759.1614785354#common-keytool-commands

But what I have in my $JAVA_HOME is different then above, which is the following:

/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.282.b08-2.el8_3.x86_64

It doesn’t have the /lib/security directory.