Hi everyone. I need to disable the cipher secp256r1 from RKE2 cluster. I have added that in the disabled cipher list of master and worker nodes but it did not help. Any other way where I can disable this? JAVA_SECURITY=/usr/lib64/jvm/jre/conf/security/java.security
sed -i 's/brainpoolP512r1$/brainpoolP512r1, secp256r1/' $JAVA_SECURITY