Results

By type

          WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
2021-08-16 16:27:33.367 DEBUG 1 [           main] o.o.o.c.p.CertificatePostProcessor       : Loading configuration...
2021-08-16 16:27:33.376  INFO 1 [           main] o.o.o.c.p.c.p.e.EnvReader                : Read variable: TRUSTSTORES_PATHS , value: /app/store/trust.jks:/app/store/external/truststore.p12
2021-08-16 16:27:33.380  INFO 1 [           main] o.o.o.c.p.c.p.e.EnvReader                : Read variable: TRUSTSTORES_PASSWORDS_PATHS , value: /app/store/trust.pass:/app/store/external/truststore.pass
2021-08-16 16:27:33.381  INFO 1 [           main] o.o.o.c.p.c.p.e.EnvReader                : Read variable: KEYSTORE_SOURCE_PATHS , value: /app/store/external/keystore.p12:/app/store/external/keystore.pass
2021-08-16 16:27:33.382  INFO 1 [           main] o.o.o.c.p.c.p.e.EnvReader                : Read variable: KEYSTORE_DESTINATION_PATHS , value: /app/store/cert.p12:/app/store/p12.pass
2021-08-16 16:27:33.383 DEBUG 1 [           main] o.o.o.c.p.CertificatePostProcessor       : Starting TruststoreMerger...
2021-08-16 16:27:33.469 DEBUG 1 [           main] o.o.o.c.p.c.FileTools                    : Try to create a backup of the file: /app/store/trust.jks
2021-08-16 16:27:33.470 DEBUG 1 [           main] o.o.o.c.p.c.FileTools                    : Try to copy from '/app/store/trust.jks' to '/app/store/trust.jks.bak'.
2021-08-16 16:27:33.475 DEBUG 1 [           main] o.o.o.c.p.c.FileTools                    : File copied from '/app/store/trust.jks' to '/app/store/trust.jks.bak'.
2021-08-16 16:27:33.475 DEBUG 1 [           main] o.o.o.c.p.c.FileTools                    : Backup file created: '/app/store/trust.jks.bak'
2021-08-16 16:27:33.476 DEBUG 1 [           main] o.o.o.c.p.m.m.JavaTruststore             : Attempt to read certificates from file: /app/store/external/truststore.p12
2021-08-16 16:27:33.476 DEBUG 1 [           main] o.o.o.c.p.m.m.JavaTruststore             : Attempt to add certificates for saving to file
2021-08-16 16:27:33.477 DEBUG 1 [           main] o.o.o.c.p.m.m.JavaTruststore             : Attempt to save file: /app/store/trust.jks
2021-08-16 16:27:33.479 DEBUG 1 [           main] o.o.o.c.p.CertificatePostProcessor       : Starting KeystoreCopier...
2021-08-16 16:27:33.480 DEBUG 1 [           main] o.o.o.c.p.c.FileTools                    : Try to copy from '/app/store/external/keystore.p12' to '/app/store/cert.p12'.
2021-08-16 16:27:33.481 DEBUG 1 [           main] o.o.o.c.p.c.FileTools                    : File copied from '/app/store/external/keystore.p12' to '/app/store/cert.p12'.
2021-08-16 16:27:33.481 DEBUG 1 [           main] o.o.o.c.p.c.FileTools                    : Try to copy from '/app/store/external/keystore.pass' to '/app/store/p12.pass'.
2021-08-16 16:27:33.482 DEBUG 1 [           main] o.o.o.c.p.c.FileTools                    : File copied from '/app/store/external/keystore.pass' to '/app/store/p12.pass'.
2021-08-16 16:27:33.483 DEBUG 1 [           main] o.o.o.c.p.CertificatePostProcessor       : Certificate post processing finished successfully.
2021-08-16 16:27:33.484  INFO 1 [           main] o.o.o.c.p.AppExitHandler                 : Application exits with code [0] and message: Success