IP Library Granted Patent US 12,634,154
Granted Patent B2
US 12,634,154 · App. 18/381,425 · Granted May 19, 2026

Web page configuration using certificate chain of trust

Inventor: Siavash James Joorabchian Hawkins (Tonbridge, GB)
Assignee: Omnissa, LLC
H04L9/3265H04L9/088H04L9/30
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,634,154
App. No.
18/381,425
Granted
May 19, 2026
Kind
B2
Abstract

Systems and methods are described for configuring a web page using chain of trust. In an example, a web browser can receive a certificate hierarchy from a web server in response to a request for a web page. The web browser can apply a hash algorithm to one or more digital security certificates in the certificate hierarchy. The web browser can send the hash values to a deployment database that stores mappings of known hash values to website configuration settings. The deployment database can respond with the corresponding configuration settings. The web browser can merge the configuration settings and apply them to the web page prior to rendering the web page on a display.

Claims (70)

1 . A method for configuring a web page, comprising:

transmitting, by a web browser to a web server, a request for a web page;

receiving, by the web browser from the web server, a first digital certificate in response to the request for the web page;

verifying, by the web browser, the first digital certificate received from the web server;

generating, by the web browser, a first thumbprint of the first digital certificate, the first thumbprint being a hash value resulting from applying a hash algorithm to the first digital certificate;

sending, by the web browser to a deployment database, a request to retrieve first configuration settings for the web page, the request to retrieve the first configuration settings including the first thumbprint;

receiving, from the deployment database, the first configuration settings corresponding to the first thumbprint, wherein the first configuration settings are mapped to the first thumbprint in the deployment database and wherein the first configuration settings are retrieved from the deployment database based on the first thumbprint;

applying the first configuration settings to the web page by the web browser; and

rendering the web page to which the first configuration settings have been applied, in a display.

2 . The method of claim 1 , further comprising:

generating, by the web browser, a second thumbprint of a second digital certificate;

sending, by the web browser to the deployment database, a second request to retrieve second configuration settings, the second request including the second thumbprint;

receiving, from the deployment database, the second configuration settings corresponding to the second thumbprint;

merging the first configuration settings and the second configuration settings; and

applying the merged configuration settings to the web page.

3 . The method of claim 2 , wherein merging the first configuration settings and the second configuration settings comprises:

determining that a first setting in the first configuration settings conflicts with a second setting of the second configuration settings;

determining that the first digital certificate is a higher security level of a certificate hierarchy of the web page than the second digital certificate; and

based on the first digital certificate being a higher security level than the second digital certificate, applying the first setting to the web page and not the second setting.

4 . The method of claim 1 , wherein the first configuration settings designate an endpoint for analytics data.

5 . The method of claim 1 , wherein the first configuration settings include at least one of a restriction on pasting content into the web page and a restriction on copying content out of the web page.

6 . The method of claim 1 , wherein the first thumbprint is a hash value resulting from applying the hash algorithm to public fields of the first digital certificate.

7 . The method of claim 1 , wherein the first thumbprint is a hash value resulting from applying the hash algorithm to a certificate hierarchy of the web page.

8 . A non-transitory, computer-readable medium containing instructions that, when executed by a hardware-based processor, causes the processor to perform stages for configuring a web page, the stages comprising:

transmitting, by a web browser to a web server, a request for a web page;

receiving, by the web browser from the web server, a first digital certificate in response to the request for the web page;

verifying, by the web browser, the first digital certificate received from the web server;

generating, by the web browser, a first thumbprint of the first digital certificate, the first thumbprint being a hash value resulting from applying a hash algorithm to the first digital certificate;

sending, by the web browser to a deployment database, a request to retrieve first configuration settings for the web page, the request to retrieve the first configuration settings including the first thumbprint;

receiving, from the deployment database, the first configuration settings corresponding to the first thumbprint, wherein the first configuration settings are mapped to the first thumbprint in the deployment database and wherein the first configuration settings are retrieved from the deployment database based on the first thumbprint;

applying the first configuration settings to the web page by the web browser; and

rendering the web page to which the first configuration settings have been applied, in a display.

9 . The non-transitory, computer-readable medium of claim 8 , the stages further comprising:

generating, by the web browser, a second thumbprint of a second digital certificate;

sending, by the web browser to the deployment database, a second request to retrieve second configuration settings, the second request including the second thumbprint;

receiving, from the deployment database, the second configuration settings corresponding to the second thumbprint;

merging the first configuration settings and the second configuration settings; and

applying the merged configuration settings to the web page.

10 . The non-transitory, computer-readable medium of claim 9 , wherein merging the first configuration settings and the second configuration settings comprises:

determining that a first setting in the first configuration settings conflicts with a second setting of the second configuration settings;

determining that the first digital certificate is a higher security level of a certificate hierarchy of the web page than the second digital certificate; and

based on the first digital certificate being a higher security level than the second digital certificate, applying the first setting to the web page and not the second setting.

11 . The non-transitory, computer-readable medium of claim 8 , wherein the first configuration settings designate an endpoint for analytics data.

12 . The non-transitory, computer-readable medium of claim 8 , wherein the first configuration settings include at least one of a restriction on pasting content into the web page and a restriction on copying content out of the web page.

13 . The non-transitory, computer-readable medium of claim 8 , wherein the first thumbprint is a hash value resulting from applying the hash algorithm to public fields of the first digital certificate.

14 . The non-transitory, computer-readable medium of claim 8 , wherein the first thumbprint is a hash value resulting from applying the hash algorithm to a certificate hierarchy of the web page.

15 . A system for configuring a web page, comprising:

a memory storage including a non-transitory, computer-readable medium comprising instructions; and

a hardware-based processor that executes the instructions to carry out stages comprising:

transmitting, by a web browser to a web server, a request for a web page;

receiving, by the web browser from the web server, a first digital certificate in response to the request for the web page;

verifying, by the web browser, the first digital certificate received from the web server;

generating, by the web browser, a first thumbprint of the first digital certificate, the first thumbprint being a hash value resulting from applying a hash algorithm to the first digital certificate;

sending, by the web browser to a deployment database, a request to retrieve first configuration settings for the web page, the request to retrieve the first configuration settings including the first thumbprint;

receiving, from the deployment database, the first configuration settings corresponding to the first thumbprint, wherein the first configuration settings are mapped to the first thumbprint in the deployment database and wherein the first configuration settings are retrieved from the deployment database based on the first thumbprint;

applying the first configuration settings to the web page by the web browser; and

rendering the web page to which the first configuration settings have been applied, in a display.

16 . The system of claim 15 , the stages further comprising:

generating, by the web browser, a second thumbprint of a second digital certificate;

sending, by the web browser to the deployment database, a second request to retrieve second configuration settings, the second request including the second thumbprint;

receiving, from the deployment database, the second configuration settings corresponding to the second thumbprint;

merging the first configuration settings and the second configuration settings; and

applying the merged configuration settings to the web page.

17 . The system of claim 16 , wherein merging the first configuration settings and the second configuration settings comprises:

determining that a first setting in the first configuration settings conflicts with a second setting of the second configuration settings;

determining that the first digital certificate is a higher security level of a certificate hierarchy of the web page than the second digital certificate; and

based on the first digital certificate being a higher security level than the second digital certificate, applying the first setting to the web page and not the second setting.

18 . The system of claim 15 , wherein the first configuration settings designate an endpoint for analytics data.

19 . The system of claim 15 , wherein the first configuration settings include at least one of a restriction on pasting content into the web page and a restriction on copying content out of the web page.

20 . The system of claim 15 , wherein the first thumbprint is a hash value resulting from applying the hash algorithm to public fields of the first digital certificate.

Assignments (4)
PATENT ASSIGNMENT Recorded Aug 5, 2024
From: VMWARE LLC
To: OMNISSA, LLC
Reel/Frame 068327/0365 →
SECURITY INTEREST Recorded Jul 3, 2024
From: OMNISSA, LLC
To: UBS AG, STAMFORD BRANCH
Reel/Frame 068118/0004 →
CHANGE OF NAME Recorded Apr 25, 2024
From: VMWARE, INC.
To: VMWARE LLC
Reel/Frame 067239/0402 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Oct 18, 2023
From: HAWKINS, SIAVASH JAMES JOORABCHIAN
To: VMWARE, INC.
Reel/Frame 065269/0056 →
Continuity (1)
Related Publication 20250132930A1 · Apr 24, 2025
References Cited (6)
US 20020026427A1 · Kon · 2002 [cited by examiner]
US 20080249905A1 · Wong · 2008 [cited by examiner]
US 20130145165A1 · Brown · 2013 [cited by examiner]
US 20210119871A1 · Page · 2021 [cited by examiner]
US 20230237171A1 · Shetty · 2023 [cited by examiner]
US 20230308442A1 · Lejin · 2023 [cited by examiner]