Skip to content

Commit

Permalink
Update extensions/redis-client/runtime/src/main/java/io/quarkus/redis…
Browse files Browse the repository at this point in the history
…/client/runtime/SslConfig.java

Co-authored-by: Manyanda Chitimbo <[email protected]>
  • Loading branch information
antoniodvr and machi1990 authored Jun 6, 2021
1 parent 2039344 commit abb7344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class SslConfig {
* When enabled, {@code #trust-certificate-jks} and {@code #trust-certificate-pem} must be disabled.
*/
@ConfigItem
public PfxConfiguration trustCertificatePfx = new PfxConfiguration();
public PfxConfiguration trustCertificatePfx;

/**
* Key/cert configuration in the PEM format.
Expand Down

0 comments on commit abb7344

Please sign in to comment.