Some time ago I had a wildfly server with a custom truststore for SSL Certificates. I created it with the help of this answer on stackoverflow:
WildFly 11 - Use certificate to make https requests
It worked and was all fine. Now the old wildfly server doesnt exist anymore and I have a new one on the same machine. I wanted to do the same thing for this wildfly server but get an error now when trying:
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0212: Duplicate resource [(\"system-property\" => \"javax.net.ssl.trustStore\")]",
"rolled-back" => true
}
How can I fix this?