Axway-API-Management-Plus / apigw-maven-plugin

Maven plugin for Axway API Gateway/Manager development and deployment.
Apache License 2.0
11 stars 9 forks source link

Disable "info" section within certificate config file #18

Closed mlookaxw closed 5 years ago

mlookaxw commented 5 years ago

As Is

On applying the configured certificates, an "info" section is written to "update" certificate.

This will change a source file, which is not suitable for build environments.

To Do

In the certification configuration file, don't create an "info" section for "update" certificates.

Add properties or parameters to support previous behavior.