From 24ee194e68aebdaa325d2c35285136660050f78d Mon Sep 17 00:00:00 2001 From: Meisam Seyed Aliroteh Date: Mon, 3 Jun 2024 10:34:17 -0700 Subject: [PATCH] chore: change organization name --- src/common/CryptoUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/CryptoUtils.ts b/src/common/CryptoUtils.ts index 4d0437b..7bfd9c4 100644 --- a/src/common/CryptoUtils.ts +++ b/src/common/CryptoUtils.ts @@ -70,7 +70,7 @@ export class CryptoUtils { const attrs = [ { name: 'commonName', value: hostname }, { name: 'countryName', value: 'US' }, - { name: 'organizationName', value: 'Salesforce Inc.' } + { name: 'organizationName', value: 'Salesforce Local Development Server — Self-Signed Cert' } ]; cert.setSubject(attrs);