This message was deleted.
# neuvector-security
a
This message was deleted.
h
logs from `neuvector-manager-pod`:
Copy code
2024-03-06 15:04:42,646|INFO |MANAGER|com.neu.web.Rest$(sslContext:31): Import manager's certificate and private key to manager's keystore
2024-03-06 15:04:42,653|INFO |MANAGER|com.neu.web.Rest$(sslContext:53): PKCS#8 private key is being used
Exception in thread "main" java.lang.ExceptionInInitializerError
	at com.neu.web.Rest.main(Rest.scala)
Caused by: java.lang.ClassCastException: class sun.security.pkcs11.P11Key$P11PrivateKey cannot be cast to class java.security.interfaces.RSAPrivateKey (sun.security.pkcs11.P11Key$P11PrivateKey is in module jdk.crypto.cryptoki of loader 'platform'; java.security.interfaces.RSAPrivateKey is in module java.base of loader 'bootstrap')
	at com.neu.core.MySslConfiguration$class.sslContext(MySslConfiguration.scala:62)
	at com.neu.web.Rest$.sslContext(Rest.scala:6)
	at com.neu.core.MySslConfiguration$class.$init$(MySslConfiguration.scala:153)
	at com.neu.web.Rest$.<init>(Rest.scala:6)
	at com.neu.web.Rest$.<clinit>(Rest.scala)
	... 1 more
In openshift OperatorHub there are 3 options to deploy Neuvector; when install community version it worked fine. Difference from what I can tell is it pulls images directly from neuvector repo