Skip to content

Error on validating CSR with "critical" in subjectAlternativeName #98

Description

@medranocalvo

Generate a CSR that marks the extension as critical:

openssl req -new -sha256 -key domain.key -subj "/" \
 -reqexts SAN -config <(cat /etc/ssl/openssl.cnf \
 <(printf "[SAN]\nsubjectAltName=critical,DNS:foo.com,DNS:www.foo.com"))

When pressing "Validate CSR", the following error appears:

Error: Failed validating CSR

Please, see https://www.openssl.org/docs/manmaster/apps/x509v3_config.html

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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