Skip to content

Commit 3f3d133

Browse files
committed
Update the hint of where to get a lab certificate
1 parent 3803ae2 commit 3f3d133

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test_e2e.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,10 @@ def get_lab_app(
476476
if os.getenv(env_client_id) and os.getenv(env_client_cert_path):
477477
# id came from https://docs.msidlab.com/accounts/confidentialclient.html
478478
client_id = os.getenv(env_client_id)
479-
# Cert came from https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/asset/Microsoft_Azure_KeyVault/Certificate/https://msidlabs.vault.azure.net/certificates/LabVaultAccessCert
480479
client_credential = {
481-
"private_key_pfx_path": os.getenv(env_client_cert_path),
480+
"private_key_pfx_path":
481+
# Cert came from https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/asset/Microsoft_Azure_KeyVault/Certificate/https://msidlabs.vault.azure.net/certificates/LabAuth
482+
os.getenv(env_client_cert_path),
482483
"public_certificate": True, # Opt in for SNI
483484
}
484485
elif os.getenv(env_client_id) and os.getenv(env_name2):

0 commit comments

Comments
 (0)