Skip to content

The right way to test if the certificate is installed on the client device. #69

@elico

Description

@elico

I have created very long ago a test page to test if the certificate is installed on the client browser/pc/device.
A production setup is at:
https://cert.rimon.net.il/

The sources are at:
https://github.com/elico/ca-cert-test-page

The basic concept is to have a wildcard subdomain for testing and direct all traffic towards this specific host.
The JavaScript will generate random domain names on each page load so the certificate root CA will be tested.

I want to be able to do the same thing with RedWood.
The basic issue is that RedWood needs to generate a certificate with wildcard SAN for a specific domain and it's wildcards.

I was thinking about defining a domain in RedWood conf that will be used for these testing.
From RedWood side it needs to know that for a specific domain and it's subdomains it will use a specific certificate compared trying to check what is the certificate.

The other option is to generate the certificate and install it on the port 443 of the RedWood locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions