Fix rat exclusion for test cert .p12 file
diff --git a/stack/pom.xml b/stack/pom.xml
index 438a6fd..22651cb 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -1459,6 +1459,7 @@
                         <exclude>**/dummy.txt</exclude>
                         <exclude>**/cloudbees.xml</exclude>
                         <exclude>**/catalina_base/**</exclude>
+                        <exclude>**/*.p12</exclude>
 
                     </excludes>
                 </configuration>