Skip to content

Commit

Permalink
Merge pull request #188 from smartSenseSolutions/fix-ssl-provider-con…
Browse files Browse the repository at this point in the history
…figurations

Fix ssl provider configurations
  • Loading branch information
dilipdhankecha2530 authored Feb 20, 2024
2 parents ed35f30 + 7165a47 commit 7bfbd22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private enum ChallengeType {
private final ScheduleService scheduleService;
private final VaultService vaultService;

public CertificateService(VaultService vaultService, DomainService domainService, ParticipantRepository participantRepository, ScheduleService scheduleService, @Value("wizard.sslProvider") String sslProvider) {
public CertificateService(VaultService vaultService, DomainService domainService, ParticipantRepository participantRepository, ScheduleService scheduleService, @Value("${wizard.sslProvider}") String sslProvider) {
this.vaultService = vaultService;
this.domainService = domainService;
this.participantRepository = participantRepository;
Expand Down

0 comments on commit 7bfbd22

Please sign in to comment.