Skip to content

Commit

Permalink
#5 In the Usage text, use the same server for all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bb-froggy committed Mar 28, 2023
1 parent 3fa3cc0 commit 5e44415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ScepClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <URL> <PFXOutputPath> <CertOutputPath> [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 <URL> <SCEPChallengePassword> <Path2DNSList>|skip <Path2EnhancedKeyUsage>|skip <CN> <PFXOutputPath> <CertOutputPath> [PKCS10OutputPath]");
Expand All @@ -127,7 +127,7 @@ private static void PrintUsage()
}
Console.WriteLine("Submit an existing request (debug only):");
Console.WriteLine("ScepClient.exe submit <URL> <RequestKeyPFX> <RequestPath> <CertOutputPath>");
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();
}

Expand Down

0 comments on commit 5e44415

Please sign in to comment.