Skip to content

Commit

Permalink
Update cert name
Browse files Browse the repository at this point in the history
  • Loading branch information
Avery-Dunn committed Jul 15, 2024
1 parent f6fd067 commit 84fceff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class KeyVaultSecretsProvider {
private final SecretClient secretClient;

private static final String CLIENT_ID = TestConstants.MSIDLAB_CLIENT_ID;
public static String CERTIFICATE_ALIAS = "LabAuth";
public static String CERTIFICATE_ALIAS = "LabAuth.MSIDLab.com";

private static final String WIN_KEYSTORE = "Windows-MY";
private static final String KEYSTORE_PROVIDER = "SunMSCAPI";
Expand Down

0 comments on commit 84fceff

Please sign in to comment.