From 7225ecd2f8dd009df5ee1c9bf479244c20d6a5f5 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Wed, 1 Jan 2020 15:34:13 +0000 Subject: [PATCH] Change Cert Constants --- Constants.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Constants.cs b/Constants.cs index cc4b9e8..7ccf8b2 100644 --- a/Constants.cs +++ b/Constants.cs @@ -13,12 +13,12 @@ public static class Constants /// /// The cert for composer needs to be named cacert-*.pem /// - public const string ComposerCertName = "cacert-garry.pem"; + public const string ComposerCertName = "cacert-jailbreak.pem"; /// /// Needs to start with Composer_ and can be anything after /// - public const string CertificateCN = "Composer_GarryComposerMod"; + public const string CertificateCN = "Composer_GarryJailbreak"; /// /// Should always be this unless they change something internally