diff --git a/ScepClient.cs b/ScepClient.cs index 50088ba..ff128a0 100644 --- a/ScepClient.cs +++ b/ScepClient.cs @@ -108,7 +108,7 @@ private static void PrintUsage() Console.WriteLine(); Console.WriteLine("Generate a new key and submit (debug only):"); Console.WriteLine("ScepClient.exe gennew [PKCS10OutputPath] [SCEPChallengePassword] [CN]"); - Console.WriteLine("Example: ScepClient gennew http://ADCS_HOST/certsrv/mscep/mscep.dll newcert.pfx newcert.cer"); + Console.WriteLine("Example: ScepClient gennew http://scepman-1234.azurewebsites.com/certsrv/mscep/mscep.dll newcert.pfx newcert.cer"); Console.WriteLine(); Console.WriteLine("Generate a new key and submit, with additional DNS names in SAN:"); Console.WriteLine("ScepClient.exe gennewext |skip |skip [PKCS10OutputPath]"); @@ -127,7 +127,7 @@ private static void PrintUsage() } Console.WriteLine("Submit an existing request (debug only):"); Console.WriteLine("ScepClient.exe submit "); - Console.WriteLine("Example: ScepClient submit http://ADCS_HOST/certsrv/mscep/mscep.dll requestkey.pfx request.req newcert.cer"); + Console.WriteLine("Example: ScepClient submit http://scepman-1234.azurewebsites.com/certsrv/mscep/mscep.dll requestkey.pfx request.req newcert.cer"); Console.WriteLine(); }