Skip to content

Commit

Permalink
Change Cert Constants
Browse files Browse the repository at this point in the history
  • Loading branch information
garrynewman committed Jan 1, 2020
1 parent 1794962 commit 7225ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ public static class Constants
/// <summary>
/// The cert for composer needs to be named cacert-*.pem
/// </summary>
public const string ComposerCertName = "cacert-garry.pem";
public const string ComposerCertName = "cacert-jailbreak.pem";

/// <summary>
/// Needs to start with Composer_ and can be anything after
/// </summary>
public const string CertificateCN = "Composer_GarryComposerMod";
public const string CertificateCN = "Composer_GarryJailbreak";

/// <summary>
/// Should always be this unless they change something internally
Expand Down

0 comments on commit 7225ecd

Please sign in to comment.