Skip to content

Commit

Permalink
chore: change organization name
Browse files Browse the repository at this point in the history
  • Loading branch information
maliroteh-sf committed Jun 3, 2024
1 parent 5d5e02f commit 24ee194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/CryptoUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 24ee194

Please sign in to comment.